1.5 第十版
This commit is contained in:
@ -81,26 +81,25 @@
|
||||
|
||||
.monitor-top-main-flex {
|
||||
margin-left: 80px;
|
||||
margin-top: 20px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.monitor-top-exchange {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
color: #FFFFFF;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
&>span {
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
line-height: 16px;
|
||||
cursor: pointer;
|
||||
.monitor-exception-btn {
|
||||
.monitor-select-btn;
|
||||
background-color: #12304e99;
|
||||
|
||||
&:hover {
|
||||
color: #1b7ef2;
|
||||
text-decoration: underline;
|
||||
&>span {
|
||||
color: #1b7ef2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.monitor-top-space-flex {
|
||||
@ -135,7 +134,11 @@
|
||||
}
|
||||
|
||||
.monitor-top-space-top {
|
||||
margin-top: 20px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.monitor-top-flex-space {
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
@ -246,13 +249,14 @@
|
||||
height: 170px;
|
||||
background-clip: border-box;
|
||||
filter: blur(0px);
|
||||
.flex-center;
|
||||
|
||||
.card-default-01 {
|
||||
background-image: url('~@/assets/screen/default_pic01.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
height: 120px;
|
||||
margin-top: 14px;
|
||||
margin-top: 20px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
@ -407,6 +411,10 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.monitor-tender-top {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.monitor-supplier-card {
|
||||
margin-top: 20px;
|
||||
text-align: right;
|
||||
@ -1013,11 +1021,6 @@
|
||||
|
||||
.monitor-select-dropdown {
|
||||
|
||||
&>ul {
|
||||
height: 99vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu {
|
||||
background-color: #081a30;
|
||||
}
|
||||
@ -1033,6 +1036,36 @@
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-select-radio-dropdown {
|
||||
|
||||
.ant-dropdown-menu {
|
||||
background-color: #081a30;
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu-item,
|
||||
.ant-dropdown-menu-submenu-title {
|
||||
color: #FFFFFF;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu-item:hover,
|
||||
.ant-dropdown-menu-submenu-title:hover {
|
||||
background-color: #1b7ef2;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu-item:first-child,
|
||||
.ant-dropdown-menu-submenu-title:first-child {
|
||||
background-color: transparent;
|
||||
width: 900px;
|
||||
|
||||
&>div>input {
|
||||
color: #fff;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-select-btn {
|
||||
outline: none;
|
||||
position: relative;
|
||||
@ -1111,14 +1144,14 @@
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-modal-empty {
|
||||
.ant-empty-image {
|
||||
color: #fff;
|
||||
}
|
||||
.monitor-modal-empty {
|
||||
.ant-empty-image {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ant-empty-description {
|
||||
color: #fff;
|
||||
}
|
||||
.ant-empty-description {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user