소스 검색

fix:pickerUI

songzhen 2 달 전
부모
커밋
17a42e9f33
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/app.vue

+ 1 - 0
src/app.vue

@@ -19,5 +19,6 @@ const themeVars = reactive({
   dropdownMenuTitleActiveTextColor: "#ff9300",
   treeSelectItemActiveColor: "#ff9300",
   sidebarSelectedBorderColor: "#ff9300",
+  pickerConfirmActionColor: "#ff9300",
 });
 </script>