Commit 1e9e37cd authored by zhengjiangtao's avatar zhengjiangtao

弹出框样式修改

parent 699ffb9c
...@@ -433,6 +433,7 @@ ...@@ -433,6 +433,7 @@
text-stroke: 1 rgba(0, 0, 0, 0); text-stroke: 1 rgba(0, 0, 0, 0);
border-radius: 17px; border-radius: 17px;
width: 102%; width: 102%;
margin-bottom: vh(7);
} }
.ant-calendar-picker-icon:after { .ant-calendar-picker-icon:after {
...@@ -442,7 +443,7 @@ ...@@ -442,7 +443,7 @@
background-size: 100% 100%; background-size: 100% 100%;
width: vw(18); width: vw(18);
height: vh(20); height: vh(20);
bottom: vh(0); bottom: vh(1);
right: vw(-2); right: vw(-2);
content: '' !important; content: '' !important;
} }
...@@ -585,7 +586,7 @@ ...@@ -585,7 +586,7 @@
.risk-model-model99 { .risk-model-model99 {
.amos-modal-container { .amos-modal-container {
background: rgba(14, 127, 180, 0.29); background: rgba(14, 127, 180, 0.29);
height: 70%; // height: 70%;
} }
.amos-modal-content { .amos-modal-content {
......
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