hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-07-09 11:14:27 4 + * @LastEditTime: 2024-07-09 16:54:57
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -170,6 +170,7 @@ const PHeaderHeight = computed(() => { ...@@ -170,6 +170,7 @@ const PHeaderHeight = computed(() => {
170 const themeVars = { 170 const themeVars = {
171 buttonPrimaryBackground: styleColor.baseColor, 171 buttonPrimaryBackground: styleColor.baseColor,
172 buttonPrimaryBorderColor: styleColor.baseColor, 172 buttonPrimaryBorderColor: styleColor.baseColor,
173 + pickerConfirmActionColor: styleColor.baseColor,
173 }; 174 };
174 175
175 const $route = useRoute(); 176 const $route = useRoute();
......