张同海 2 years ago
commit 23e0ba8c38

@ -1049,9 +1049,24 @@ export default {
.btn-more-name, .btn-more-name,
.btn-import-station, .btn-import-station,
.btn-weight { .btn-weight {
position:relative;
border: 1px solid @primary-color; border: 1px solid @primary-color;
color: @primary-color; color: @primary-color;
background-color: #f5f9fe; background: none;
&::after{
content:'';
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background-color: @primary-color !important;
opacity: .04;
}
&:hover{
opacity: .7;
}
} }
} }
.table-right { .table-right {

@ -1327,8 +1327,23 @@ export default {
color: #fff; color: #fff;
} }
/*弹窗文本框背景颜色修改 */ /*弹窗文本框背景颜色修改 */
/deep/ .ant-modal-body .ant-input-affix-wrapper {
position: relative;
z-index: 1;
&::after{
content:'';
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: @primary-color !important;
opacity: .04;
}
}
/deep/ .ant-modal-body .ant-input{ /deep/ .ant-modal-body .ant-input{
background: #f5f9fe; background: none;
} }
.PrintRadio { .PrintRadio {
width: 100%; width: 100%;

Loading…
Cancel
Save