|
|
@ -1327,8 +1327,23 @@ export default {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*弹窗文本框背景颜色修改 */
|
|
|
|
/*弹窗文本框背景颜色修改 */
|
|
|
|
/deep/ .ant-modal-body .ant-input {
|
|
|
|
/deep/ .ant-modal-body .ant-input-affix-wrapper {
|
|
|
|
background: #f5f9fe;
|
|
|
|
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{
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.PrintRadio {
|
|
|
|
.PrintRadio {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|