From fc8c0126b1d376534b893d3885043902ca57c847 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 10 Jul 2025 11:01:36 +0800
Subject: [PATCH] 升级sass
---
src/page/changePassword/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/page/changePassword/index.vue b/src/page/changePassword/index.vue
index 08ca107..09dc213 100644
--- a/src/page/changePassword/index.vue
+++ b/src/page/changePassword/index.vue
@@ -161,14 +161,14 @@
font-weight: 700;
color: #fff;
font-size: 2rem;
- /deep/ .van-cell.van-field {
+ :deep(.van-cell.van-field) {
margin-top: 4.4rem;
display: flex;
flex-direction: column;
font-size: 1.8rem;
color: #303133;
}
- /deep/ .van-field__control {
+ :deep(.van-field__control) {
// @include themify() {
// background: themed("tab_background");
// }
@@ -182,7 +182,7 @@
border: 1px solid transparent !important;
}
- /deep/ .van-cell__value {
+ :deep(.van-cell__value) {
height: 6.4rem;
line-height: 6.4rem;
font-weight: 700;
@@ -191,7 +191,7 @@
text-align: left;
}
- /deep/ .van-field__body {
+ :deep(.van-field__body) {
display: flex;
position: relative;
width: 100%;
--
Gitblit v1.9.3