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 15:07:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5be0d679f55900f4df12fb335291ae12355fd9a3
5be0d679
1 parent
1cdea4ec
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/index.vue
src/views/index.vue
View file @
5be0d67
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-07 1
4:26:18
* @LastEditTime: 2023-02-07 1
5:07:14
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -533,8 +533,8 @@ const onSubmit = async (values) => {
}
}
:deep(.van-icon) { // 处理正式服务器上箭头上下位移问题
font-size: var(--van-cell-icon-size);
line-height: var(--van-cell-line-height);
}
//
: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