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: 2023-02-07 14:26:18 4 + * @LastEditTime: 2023-02-07 15:07:14
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -533,8 +533,8 @@ const onSubmit = async (values) => { ...@@ -533,8 +533,8 @@ const onSubmit = async (values) => {
533 } 533 }
534 } 534 }
535 535
536 -:deep(.van-icon) { // 处理正式服务器上箭头上下位移问题 536 +// :deep(.van-icon) { // 处理正式服务器上箭头上下位移问题
537 - font-size: var(--van-cell-icon-size); 537 +// font-size: var(--van-cell-icon-size);
538 - line-height: var(--van-cell-line-height); 538 +// line-height: var(--van-cell-line-height);
539 -} 539 +// }
540 </style> 540 </style>
......