Browse Source

用户名溢出问题

newEdition
HolyKnightIX 2 years ago
parent
commit
569d54f6ca
3 changed files with 4 additions and 4 deletions
  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 View File

@@ -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 View File

@@ -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 View File

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

Loading…
Cancel
Save