|
|
@ -72,6 +72,7 @@ |
|
|
height: 20px; |
|
|
height: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* table排序 start */ |
|
|
.el-table .descending .sort-caret.descending { |
|
|
.el-table .descending .sort-caret.descending { |
|
|
border-top-color: #00ff00; |
|
|
border-top-color: #00ff00; |
|
|
} |
|
|
} |
|
|
@ -79,14 +80,11 @@ |
|
|
.el-table .ascending .sort-caret.ascending { |
|
|
.el-table .ascending .sort-caret.ascending { |
|
|
border-bottom-color: #00ff00; |
|
|
border-bottom-color: #00ff00; |
|
|
} |
|
|
} |
|
|
|
|
|
/* table排序 end */ |
|
|
|
|
|
|
|
|
.add-rule-dialog{ |
|
|
|
|
|
input::-webkit-outer-spin-button, |
|
|
|
|
|
input::-webkit-inner-spin-button { |
|
|
|
|
|
-webkit-appearance: none; |
|
|
|
|
|
} |
|
|
|
|
|
input[type="number"] { |
|
|
|
|
|
-moz-appearance: textfield; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* input start*/ |
|
|
|
|
|
.el-input__inner { |
|
|
|
|
|
padding: 0 5px; |
|
|
} |
|
|
} |
|
|
|
|
|
/* input end*/ |
|
|
|
|
|
|