|
|
@@ -16,10 +16,6 @@
|
|
|
<span class="user-id">ID {{ data.id }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="member-level-badge">
|
|
|
- <text class="member-name">{{ data.memberName }}</text>
|
|
|
- <text v-if="Number(data.discount)>0 && Number(data.discount)<1" class="discount-tag">{{ data.discount*100 }}折</text>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="user-bottom">
|
|
|
@@ -985,6 +981,21 @@ export default {
|
|
|
background-repeat: no-repeat;
|
|
|
padding-top: 30upx;
|
|
|
padding-bottom: 30upx;
|
|
|
+
|
|
|
+ // 全局字体大小调整 - 排除弹框
|
|
|
+ * {
|
|
|
+ font-size: calc(1em + 2upx) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ // 排除弹框的字体调整
|
|
|
+ .uni-popup,
|
|
|
+ .modal-module,
|
|
|
+ [class*="popup"],
|
|
|
+ [class*="modal"] {
|
|
|
+ * {
|
|
|
+ font-size: inherit !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
// 公共
|
|
|
.module-com {
|