@@ -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',
@@ -15,7 +15,7 @@ default slot 是传入高度自动撑开部分
</div>
</template>
-<style scoped>
+<style lang="scss" scoped>
.flexWrapper {
display: flex;
flex-direction: column;
@@ -21,4 +21,4 @@
emit('clickVideo');
}
</script>
-<style scoped></style>
+<style lang="scss" scoped></style>
@@ -5,7 +5,7 @@
.clouds {
position: absolute;
top: 0;
.thunder-container {
@@ -4,7 +4,7 @@
.rain-container {
.snow-container {
.sunshine {
.wind {
@@ -69,7 +69,7 @@
});
};
.switchTenantLable {
margin-right: 15px;
display: inline-block;
@@ -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>
@@ -79,7 +79,7 @@
loadDataTable();
.el-space--horizontal {
align-items: center;
gap: 0px 20px;
@@ -196,7 +196,7 @@
);
.control-panel {
height: 54px;
width: 100%;
@@ -11,4 +11,4 @@
const props = defineProps<{ cameraInPlay: CameraInPlay[] }>();
@@ -189,7 +189,7 @@
.disaster-checking-lists-container {
.container-title {
@@ -110,7 +110,7 @@
.weather-card {
height: 267px;
@@ -187,7 +187,7 @@
.org-chart-container {
height: 100%;
@@ -10,7 +10,7 @@
const message = ref('Hello PageOrganization');
.page-organization {
padding: 24px;
@@ -236,7 +236,7 @@
.page-permission {
height: calc(100vh - 173px);
background-color: #fff;
@@ -36,7 +36,7 @@
.person-group-item {
margin-bottom: 10px;
white-space: pre-wrap;
@@ -92,7 +92,7 @@
defineExpose({ getSelectedPermissions, reset, setAssignedPermissions });
.el-card + .el-card {
margin-top: 10px;
@@ -105,7 +105,7 @@
.actions {
@@ -215,7 +215,7 @@
closeDrawer,
.text-mode {
cursor: pointer;
@@ -369,7 +369,7 @@
//对话框
.upload-content {
margin-left: 96px;
margin-top: 36px;
@@ -343,7 +343,7 @@
return arr.at(-1)?.deptName;
.user-page {
position: relative;
/* height: calc(100vh - 64px - 12px); */