|
@@ -316,3 +316,19 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.el-input-group__append, .el-input-group__prepend {
|
|
|
|
+ border-top-right-radius: 25px!important;
|
|
|
|
+ border-bottom-right-radius: 25px!important;
|
|
|
|
+}
|
|
|
|
+.vue-treeselect__control{
|
|
|
|
+ border-radius: 25px!important;
|
|
|
|
+}
|
|
|
|
+.el-input-number.is-controls-right .el-input-number__decrease {
|
|
|
|
+ border-radius: 0 0px 25px 0!important;
|
|
|
|
+ i{
|
|
|
|
+ color: #606266!important;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+.el-input-number.is-controls-right .el-input-number__increase {
|
|
|
|
+ border-radius: 0 25px 0 0!important;
|
|
|
|
+}
|