Parcourir la source

style(Editor): 为编辑工具按钮添加蓝色主题色

为编辑工具按钮添加蓝色主题色(#285cf5)以提升视觉一致性
lsc il y a 2 jours
Parent
commit
29b21214d5
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/Editor/CanvasTool/index.vue

+ 4 - 0
src/views/Editor/CanvasTool/index.vue

@@ -431,6 +431,10 @@ const toggleNotesPanel = () => {
   }
 }
 
+.edit-tool-btn{
+  color: #285cf5;
+}
+
 @media screen and (width <= 1200px) {
   .right-handler .text {
     display: none;