Browse Source

fix:样式修改

temp
chenpingsen 2 weeks ago
parent
commit
0b9ae9dcd3
  1. 5
      hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs1.less
  2. 5
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs1.less
  3. 2
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs1.vue
  4. 2
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs3.vue
  5. 2
      hx-ai-intelligent/src/view/equipmentControl/style/dialogStyle.less
  6. 5
      hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/tabs1.less
  7. 5
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/component/logTab.vue
  8. 5
      hx-ai-intelligent/src/view/equipmentControl/waterSystem/index.vue

5
hx-ai-intelligent/src/view/equipmentControl/airConditionControlSystem/tabs1.less

@ -160,7 +160,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
// border: 1px solid rgba(207, 212, 219, 1);
border: none;
line-height: 20.27px;
color: white;
text-align: center;
@ -171,7 +172,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {

5
hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs1.less

@ -181,7 +181,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
border: none;
// border: 1px solid rgba(207, 212, 219, 1);
line-height: 20.27px;
color: white;
text-align: center;
@ -192,7 +193,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {

2
hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs1.vue

@ -249,7 +249,7 @@
</div>
</div>
</div>
<div style="width: 100%; height: 100px"></div>
<div style="width: 100%; height: 50px"></div>
<div class="button-box">
<button class="cancel" @click="executeVisible = false">取消</button>
<a-popconfirm

2
hx-ai-intelligent/src/view/equipmentControl/lightingManage/tabs3.vue

@ -104,7 +104,7 @@
</div>
</div>
</div>
<div style="width: 100%; height: 160px"></div>
<div style="width: 100%; height: 100px"></div>
<div class="button-box">
<button class="cancel" @click="logModalVisible = false">关闭</button>
</div>

2
hx-ai-intelligent/src/view/equipmentControl/style/dialogStyle.less

@ -1,7 +1,7 @@
// 设备群控 > 抽屉 > 控制面板 & 日志 的附加弹窗
.out-dialog {
position: fixed;
right: 496px;
right: 497px;
width: 500px;
height: 100%;
z-index: 0;

5
hx-ai-intelligent/src/view/equipmentControl/ventilationSystem/components/tabs1.less

@ -180,7 +180,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
// border: 1px solid rgba(207, 212, 219, 1);
border: none;
line-height: 20.27px;
color: white;
text-align: center;
@ -191,7 +192,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {

5
hx-ai-intelligent/src/view/equipmentControl/waterSystem/component/logTab.vue

@ -321,7 +321,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
// border: 1px solid rgba(207, 212, 219, 1);
border: none;
line-height: 20.27px;
color: white;
text-align: center;
@ -332,7 +333,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {

5
hx-ai-intelligent/src/view/equipmentControl/waterSystem/index.vue

@ -523,7 +523,8 @@
font-size: 14px;
font-weight: 400;
opacity: 1;
border: 1px solid rgba(207, 212, 219, 1);
// border: 1px solid rgba(207, 212, 219, 1);
border: none;
line-height: 20.27px;
color: white;
text-align: center;
@ -534,7 +535,7 @@
.selected {
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
color: rgba(0, 61, 90, 1);
border: 1px solid white;
border: none;
}
.btn:hover {

Loading…
Cancel
Save