[update] 井口数据监控、系统设置

This commit is contained in:
danshihao
2024-04-09 15:13:54 +08:00
parent 807c492734
commit 8d33b4532e
15 changed files with 635 additions and 78 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+15 -3
View File
@@ -240,16 +240,28 @@
// 蓝色按钮
.btn-blue {
background: url("~@assets/images/componentImg/btn-blue.png") no-repeat center center !important;
width: 88px !important;
}
.btn-blue-long {
background: url("~@assets/images/componentImg/btn-blue-long.png") no-repeat center center !important;
width: 128px !important;
}
// 青色按钮
.btn-cyan {
background: url("~@assets/images/componentImg/btn-cyan.png") no-repeat center center !important;
width: 88px !important;
}
.btn-cyan-medium {
background: url("~@assets/images/componentImg/btn-cyan-medium.png") no-repeat center center !important;
width: 108px !important;
}
// 按钮公共样式
.btn-blue,
.btn-cyan {
.btn-cyan,
.btn-blue-long,
.btn-cyan-medium {
border: none !important;
width: 88px !important;
background-size: 100% @btn-height-base !important;
}
}
@@ -420,7 +432,7 @@
margin-bottom: 4px;
}
.ant-form-item {
margin-bottom: 18px;
margin-bottom: 0px;
}
.ant-form-item-label > label::after {
display: none;