|
@@ -355,10 +355,18 @@ export default {
|
|
|
background-color: #ffffff;
|
|
|
color: #303133;
|
|
|
}
|
|
|
+ .btn-mo:hover {
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: #303133;
|
|
|
+ }
|
|
|
.btn-mos {
|
|
|
background-color: #383c54;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
+ .btn-mos:hover {
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: #303133;
|
|
|
+ }
|
|
|
.ant-radio-button-wrapper {
|
|
|
height: 32px;
|
|
|
padding: 8px 9px;
|
|
@@ -411,6 +419,7 @@ export default {
|
|
|
.ant-calendar-picker-input {
|
|
|
height: 32px;
|
|
|
line-height: 30px;
|
|
|
+ border: none;
|
|
|
}
|
|
|
}
|
|
|
::v-deep .ant-select {
|