|
@@ -310,7 +310,7 @@ export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
tabActiveKey:[0],
|
|
tabActiveKey:[0],
|
|
- customStyle:'background: #f9f9fa;border-radius: 4px;margin-bottom:20px;overflow: hidden',
|
|
|
|
|
|
+ customStyle:'background: #f9f9fa;border-radius: 4px;margin-bottom:15px;overflow: hidden;border: 1px solid #d9d9d9;',
|
|
conditionList:[],
|
|
conditionList:[],
|
|
url:{
|
|
url:{
|
|
fieldList:'/ruleIndicator/list',
|
|
fieldList:'/ruleIndicator/list',
|
|
@@ -754,7 +754,7 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
color: #666;
|
|
color: #666;
|
|
- margin-top: 16px;
|
|
|
|
|
|
+ margin-top: 5px;
|
|
-moz-user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
-ms-user-select: none;
|
|
@@ -1125,5 +1125,11 @@ export default {
|
|
.ant-checkbox-wrapper:first-child {
|
|
.ant-checkbox-wrapper:first-child {
|
|
padding: 0 15px 5px;
|
|
padding: 0 15px 5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .ant-collapse{
|
|
|
|
+ border: 1px solid #fff;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|