hookehuyr

fix 幼儿园名称过长问题优化

{
"name": "tjws",
"description": "项目, 编译上传直接执行publish, 不需要其他额外操作。",
"version": "1.0.0",
"scripts": {
"dev": "vite",
......
......@@ -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,9 +64,10 @@ 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;
}
}
</style>
\ No newline at end of file
</style>
......