Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-13 11:52:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17749ff2236f740adf40e812d02570f54917424f
17749ff2
1 parent
a0cf5755
fix 幼儿园名称过长问题优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
package.json
src/components/RightSideList/index.vue
package.json
View file @
17749ff
{
"name"
:
"tjws"
,
"description"
:
"项目, 编译上传直接执行publish, 不需要其他额外操作。"
,
"version"
:
"1.0.0"
,
"scripts"
:
{
"dev"
:
"vite"
,
...
...
src/components/RightSideList/index.vue
View file @
17749ff
...
...
@@ -14,19 +14,8 @@
<template v-slot:error>加载失败</template>
</van-image>
</div>
<!-- <van-image
class="van-hairline--surround"
round
width="4rem"
height="4rem"
lazy-load
:src="avatar"
style="position: absolute; left: -2rem;"
>
<template v-slot:error>加载失败</template>
</van-image> -->
<div class="text-wrapper" @click="handle">
<van-row>
<van-row
align="center" justify="center" style="position: relative; top: 50%; transform: translateY(-50%);"
>
<van-col span="20" style="color: #713610;"><slot></slot></van-col>
<van-col span="4"><van-icon name="arrow" color="#c5c5c5" size="1.25rem" /></van-col>
</van-row>
...
...
@@ -75,8 +64,9 @@ export default {
height: 4rem;
box-shadow: 0px 0px 4px 0px rgba(73, 156, 255, 0.2);
.text-wrapper {
height: 100%;
text-align: left;
line-height: 4rem;
//
line-height: 4rem;
padding-left: 3rem;
}
}
...
...
Please
register
or
login
to post a comment