浏览代码

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>