Commit c22bff23 authored by xinglei's avatar xinglei

修改弹框样式

parent 284560c4
...@@ -6,5 +6,4 @@ ...@@ -6,5 +6,4 @@
height: calc(100% - 40px); height: calc(100% - 40px);
width: 100%; width: 100%;
//background: black; //background: black;
color: white;
} }
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
width: 350px; width: 350px;
float: left; float: left;
z-index: 1; z-index: 1;
color: white;
.equipStatusList{ .equipStatusList{
padding-left: 97px; padding-left: 97px;
...@@ -453,7 +454,7 @@ ...@@ -453,7 +454,7 @@
//} //}
.warnModal { .warnModal {
position: absolute; position: fixed;
// width: 1000px; // width: 1000px;
// height: 600px; // height: 600px;
width: calc(100% - 800px); width: calc(100% - 800px);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment