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