Parcourir la source

bug8337 删除取色器清空按钮

haojianlong il y a 4 ans
Parent
commit
954a6bc63c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/App.vue

+ 5 - 0
src/App.vue

@@ -30,4 +30,9 @@ html {
   height: 100%;
 
 }
+.el-color-dropdown__btns{
+  .el-color-dropdown__link-btn{
+    display: none;
+  }
+}
 </style>