|
|
@@ -614,6 +614,15 @@ div.el-tree-node__content{
|
|
|
.select-adder {
|
|
|
background:url("../../static/images/all/xiala.png") right no-repeat #fff !important;
|
|
|
background-position-x: 100% !important;
|
|
|
+ /*将默认的select选择框样式清除*/
|
|
|
+ appearance:none;
|
|
|
+ -moz-appearance:none;
|
|
|
+ -webkit-appearance:none;
|
|
|
+ -ms-appearance:none;
|
|
|
+
|
|
|
+}
|
|
|
+.select-adder::-ms-expand {
|
|
|
+ display: none;
|
|
|
}
|
|
|
.componentDetail .el-dialog--tiny{
|
|
|
width: 320px !important;
|