Browse Source

取色器边框

haojianlong 4 years ago
parent
commit
e3a5e314bc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -35,4 +35,7 @@ html {
     display: none;
   }
 }
+.cololorSelect {
+  border: 1px solid #e6e6e6;
+}
 </style>