Forráskód Böngészése

添加scss处理器 适应低版本浏览器

chauncey 9 hónapja
szülő
commit
9723b60061

+ 1 - 1
public/app.config.js

@@ -1,7 +1,7 @@
 window.__PRODUCTION__SKYEYEADMIN__CONF__ = {
 
   // document的title,以及显示在左侧导航栏的title,一般是项目的名称
-  VITE_GLOB_APP_TITLE: '上飞院安全智能管控平台',
+  VITE_GLOB_APP_TITLE: '上飞院安全生产智能管控平台',
   // 接口前缀
   VITE_GLOB_API_URL_PREFIX: './safety_api/api',
 

+ 1 - 1
src/components/VerticalFlexLayout.vue

@@ -15,7 +15,7 @@ default slot 是传入高度自动撑开部分
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .flexWrapper {
     display: flex;
     flex-direction: column;

+ 1 - 1
src/components/live/LiveVideo.vue

@@ -21,4 +21,4 @@
     emit('clickVideo');
   }
 </script>
-<style scoped></style>
+<style lang="scss" scoped></style>

+ 1 - 1
src/components/weather-effects/Clouds.vue

@@ -5,7 +5,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .clouds {
     position: absolute;
     top: 0;

+ 1 - 1
src/components/weather-effects/Lightning.vue

@@ -5,7 +5,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .thunder-container {
     position: absolute;
     top: 0;

+ 1 - 1
src/components/weather-effects/Rain.vue

@@ -4,7 +4,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .rain-container {
     position: absolute;
     top: 0;

+ 1 - 1
src/components/weather-effects/Snow.vue

@@ -4,7 +4,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .snow-container {
     position: absolute;
     top: 0;

+ 1 - 1
src/components/weather-effects/Sunshine.vue

@@ -4,7 +4,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .sunshine {
     position: absolute;
     top: 0;

+ 1 - 1
src/components/weather-effects/Wind.vue

@@ -4,7 +4,7 @@
   </div>
 </template>
 
-<style scoped>
+<style lang="scss" scoped>
   .wind {
     position: absolute;
     top: 0;

+ 1 - 1
src/layout/components/SwitchTenant.vue

@@ -69,7 +69,7 @@
     });
   };
 </script>
-<style scoped>
+<style lang="scss" scoped>
   .switchTenantLable {
     margin-right: 15px;
     display: inline-block;

+ 1 - 1
src/layout/components/header-menu/HeaderMenu.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="header">
-    <div>上飞院安全智能管控平台</div>
+    <div>上飞院安全生产智能管控平台</div>
     <router-link class="item" to="/home">首页</router-link>
     <router-link class="item" to="/institute-safety">院内安全态势</router-link>
     <router-link class="item" to="/safety">生产安全</router-link>

+ 1 - 1
src/views/auth/dept/dept.vue

@@ -79,7 +79,7 @@
     loadDataTable();
   });
 </script>
-<style scoped>
+<style lang="scss" scoped>
   .el-space--horizontal {
     align-items: center;
     gap: 0px 20px;

+ 1 - 1
src/views/disaster/monitor/splitScreenRetrieval/VideosGridBase/ScreenToolbar.vue

@@ -196,7 +196,7 @@
   );
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .control-panel {
     height: 54px;
     width: 100%;

+ 1 - 1
src/views/disaster/monitor/splitScreenRetrieval/VideosGridBase/VideosGridBase.vue

@@ -11,4 +11,4 @@
   const props = defineProps<{ cameraInPlay: CameraInPlay[] }>();
 </script>
 
-<style scoped></style>
+<style lang="scss" scoped></style>

+ 1 - 1
src/views/disaster/overview/components/DisasterCheckingLists.vue

@@ -189,7 +189,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .disaster-checking-lists-container {
     .container-title {
       display: flex;

+ 1 - 1
src/views/disaster/overview/components/WeatherCard.vue

@@ -110,7 +110,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .weather-card {
     width: 100%;
     height: 267px;

+ 1 - 1
src/views/emergency/components/OrgChart.vue

@@ -187,7 +187,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .org-chart-container {
     width: 100%;
     height: 100%;

+ 1 - 1
src/views/emergency/overview/PageOverview.vue

@@ -10,7 +10,7 @@
   const message = ref('Hello PageOrganization');
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .page-organization {
     padding: 24px;
   }

+ 1 - 1
src/views/system/permission/PagePermission.vue

@@ -236,7 +236,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .page-permission {
     height: calc(100vh - 173px);
     background-color: #fff;

+ 1 - 1
src/views/system/person-group/components/PersonGroupExhibitionDrawer.vue

@@ -36,7 +36,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .person-group-item {
     margin-bottom: 10px;
     white-space: pre-wrap;

+ 1 - 1
src/views/system/role/components/PermissionTreeCard.vue

@@ -92,7 +92,7 @@
   defineExpose({ getSelectedPermissions, reset, setAssignedPermissions });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .el-card + .el-card {
     margin-top: 10px;
   }

+ 1 - 1
src/views/system/role/role.vue

@@ -105,7 +105,7 @@
   });
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .actions {
     display: flex;
   }

+ 1 - 1
src/views/system/user/CreateAdminDrawer.vue

@@ -215,7 +215,7 @@
     closeDrawer,
   });
 </script>
-<style scoped>
+<style lang="scss" scoped>
   .text-mode {
     cursor: pointer;
   }

+ 1 - 1
src/views/system/user/component/AddUser.vue

@@ -369,7 +369,7 @@
   //对话框
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
   .upload-content {
     margin-left: 96px;
     margin-top: 36px;

+ 1 - 1
src/views/system/user/user.vue

@@ -343,7 +343,7 @@
     return arr.at(-1)?.deptName;
   };
 </script>
-<style scoped>
+<style lang="scss" scoped>
   .user-page {
     position: relative;
     /* height: calc(100vh - 64px - 12px); */

+ 1 - 1
utils/devProxy/staff/app.config.js

@@ -1,7 +1,7 @@
 window.__PRODUCTION__SKYEYEADMIN__CONF__ = {
 
   // document的title,以及显示在左侧导航栏的title,一般是项目的名称
-  VITE_GLOB_APP_TITLE: '上飞院安全智能管控平台',
+  VITE_GLOB_APP_TITLE: '上飞院安全生产智能管控平台',
   // 接口前缀
   VITE_GLOB_API_URL_PREFIX: './safety_api/api',