Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-02-07 14:27:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f853423878ab122e17467ca781d6f5dc74212120
f8534238
1 parent
fdef7d67
fix 处理正式服务器上箭头上下位移显示问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
f853423
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-07 1
3:38:22
* @LastEditTime: 2023-02-07 1
4:26:18
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -532,4 +532,9 @@ const onSubmit = async (values) => {
border-radius: 5px;
}
}
:deep(.van-icon) { // 处理正式服务器上箭头上下位移问题
font-size: var(--van-cell-icon-size);
line-height: var(--van-cell-line-height);
}
</style>
...
...
Please
register
or
login
to post a comment