瀏覽代碼

用户名溢出问题

newEdition
HolyKnightIX 2 年之前
父節點
當前提交
569d54f6ca
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      pages/theme/index1/index.js
  2. +2
    -2
      pages/theme/index1/index.wxss
  3. +1
    -1
      project.private.config.json

+ 1
- 1
pages/theme/index1/index.js 查看文件

@@ -12,7 +12,7 @@ const config = require("../../../config/config");
const QR = require("../../../utils/memberqrcode.js");
const util = require("../../../utils/util");
const bgColor = require("../../../utils/bgColor.js")
const myPluginInterface = requirePlugin('auto-points-plugin') || null
// const myPluginInterface = requirePlugin('auto-points-plugin') || null
let app = getApp();
Page({
data: {


+ 2
- 2
pages/theme/index1/index.wxss 查看文件

@@ -57,7 +57,7 @@ page {
/* height: 15rpx; */
}

.marketName {}
/* .marketName {} */

.f {
float: left;
@@ -68,7 +68,7 @@ page {
}

.userName {
max-width: 200rpx;
max-width: 150rpx;
font-size: 28rpx;
color: #292723;
float: left;


+ 1
- 1
project.private.config.json 查看文件

@@ -5,5 +5,5 @@
"compileHotReLoad": true,
"urlCheck": true
},
"libVersion": "2.11.2"
"libVersion": "2.27.2"
}

Loading…
取消
儲存