|
@@ -1,7 +1,8 @@
|
|
|
-@picker-bg-color: fade(rgb(3, 7, 19), 95);
|
|
|
+@picker-bg-color: fade(rgb(3, 7, 19), 0.95);
|
|
|
|
|
|
#appBody.nsfStyle {
|
|
|
- background: #09172b;
|
|
|
+ // background: #09172b;
|
|
|
+ background: #1f2d5b;
|
|
|
|
|
|
// /integratedAlarm/safe/realwarning 卡片
|
|
|
.card {
|
|
@@ -306,7 +307,8 @@
|
|
|
|
|
|
// 页面渲染 router 部分背景颜色
|
|
|
.main-body {
|
|
|
- background: rgb(3, 7, 19);
|
|
|
+ // background: rgb(3, 7, 19);
|
|
|
+ background: #1f2d5b;
|
|
|
}
|
|
|
|
|
|
// el-dialog 弹窗
|
|
@@ -318,6 +320,7 @@
|
|
|
&.el-dialog--center .el-dialog__body,
|
|
|
.el-dialog__body {
|
|
|
padding: 16px 24px;
|
|
|
+ min-height: 400px;
|
|
|
}
|
|
|
|
|
|
&.hide-header {
|
|
@@ -330,6 +333,15 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .el-dialog__close {
|
|
|
+ font-size: 18px !important;
|
|
|
+ color: #ccc !important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// el-dialog 弹窗 class el-overlay
|