This commit is contained in:
花有清香月有阴
2021-12-23 16:51:08 +08:00
parent 496bd23980
commit 1c31d77efc

View File

@@ -150,6 +150,9 @@ export default {
} }
.u-card { .u-card {
::v-deep .u-card__head {
padding: 0 !important;
}
::v-deep .u-card__body { ::v-deep .u-card__body {
.body { .body {
position: relative; position: relative;
@@ -158,6 +161,10 @@ export default {
font-size: 32px; font-size: 32px;
font-weight: 500; font-weight: 500;
margin-bottom: 16px; margin-bottom: 16px;
width: 80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.plan, .plan,
.modetpye, .modetpye,