+
{{ props?.item?.value }}
![]()
+
+ {{ props?.item?.value }}
+
+
{{ props?.item?.subValue }}
@@ -125,14 +129,17 @@ const changeSwitch = (e, item) => {
.item-sub {
margin: 28rpx 0 0;
- white-space: nowrap;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
+
span {
line-height: 44rpx;
color: #747474;
}
}
+ .cab1{
+ white-space: nowrap;
+ overflow: hidden;
+ max-width: 100%;
+ text-overflow: ellipsis;
+ }
}
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 05bc3de..cbe8634 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -1,237 +1,319 @@