From 972b300a12c7d671ac28490693d3affaa1c04f47 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期五, 01 四月 2022 17:09:23 +0800 Subject: [PATCH] # --- unpackage/dist/dev/app-plus/app-view.js | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index cd0853b..32bbea9 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -10573,7 +10573,7 @@ [ _c( "v-uni-view", - { staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } }, + { attrs: { _i: 2 } }, [ _c( "v-uni-checkbox-group", @@ -10603,6 +10603,7 @@ }, [ _c("v-uni-checkbox", { + staticStyle: { display: "block" }, attrs: { value: _vm._$g("6-" + $30, "a-value"), checked: _vm._$g("6-" + $30, "a-checked"), @@ -10626,15 +10627,15 @@ _c( "v-uni-text", { - staticStyle: { width: "90rpx" }, + staticStyle: { "font-weight": "bold" }, attrs: { _i: "9-" + $30 } }, - [_vm._v("璁㈠崟 |")] + [_vm._v("搴忓彿锛�" + _vm._$g("9-" + $30, "t0-0"))] ), - _vm._v(_vm._$g("8-" + $30, "t1-0")), _c("v-uni-text", { attrs: { _i: "10-" + $30 } }, [ - _vm._v("搴忓彿锛�" + _vm._$g("10-" + $30, "t0-0")) - ]) + _vm._v("璁㈠崟 |") + ]), + _vm._v(_vm._$g("8-" + $30, "t2-0")) ], 1 ), @@ -10642,9 +10643,14 @@ "v-uni-view", { attrs: { _i: "11-" + $30 } }, [ - _c("v-uni-text", { attrs: { _i: "12-" + $30 } }, [ - _vm._v("鍟嗗搧缂栫爜锛�") - ]), + _c( + "v-uni-text", + { + staticStyle: { "font-size": "15rpx" }, + attrs: { _i: "12-" + $30 } + }, + [_vm._v("鍟嗗搧缂栫爜锛�")] + ), _vm._v(_vm._$g("11-" + $30, "t1-0")) ], 1 @@ -10653,9 +10659,14 @@ "v-uni-view", { attrs: { _i: "13-" + $30 } }, [ - _c("v-uni-text", { attrs: { _i: "14-" + $30 } }, [ - _vm._v("搴斿叆鏁伴噺锛�") - ]), + _c( + "v-uni-text", + { + staticStyle: { "font-size": "15rpx" }, + attrs: { _i: "14-" + $30 } + }, + [_vm._v("搴斿叆鏁伴噺锛�")] + ), _c( "v-uni-view", { @@ -10877,7 +10888,7 @@ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 19); exports = ___CSS_LOADER_API_IMPORT___(false); // Module -exports.push([module.i, "\n.bg-false {\n\tbackground-color: #FFFFFF;\n}\n.bg-true {\n\tbackground-color: #ebebeb;\n}\n.demo-tab {\n}\n.demo-list {\n\t\n\tborder-bottom: 1px solid #d8d8d8;\n\theight: 160rpx;\n}\n.demo-list:last-child {\n\tmargin-bottom: 99rpx;\n}\nuni-label {\n\tdisplay: block;\n}\n.demo-list-left {\n\tdisplay: inline-block;\n\twidth: 100rpx;\n\ttext-align: center;\n\theight: 150rpx;\n\tline-height: 150rpx;\n}\n.demo-list-right {\n\tdisplay: inline-block;\n\twidth: 650rpx;\n\tfloat: right;\n}\n.demo-list-right uni-text {\n\tdisplay: inline-block;\n\twidth: 150rpx;\n}\n.text-num {\n\tdisplay: inline-block;\n\twidth: 90rpx;\n}\n.foot {\n\twidth: 100%;\n\theight: 100rpx;\n\tline-height: 100rpx;\n\tbackground-color: #ffffff;\n\tposition: fixed;\n\tbottom: 0;\n\tborder-top: 1rpx solid #d8d8d8;\n}\nuni-checkbox {\n\t/* transform:scale(0.7) */\n}\n\n", ""]); +exports.push([module.i, "\n.bg-false {\n\tbackground-color: #FFFFFF;\n}\n.bg-true {\n\tbackground-color: #ebebeb;\n}\n.demo-list {\n\tborder-bottom: 1px solid #d8d8d8;\n\theight: 150rpx;\n}\n.demo-list:last-child {\n\tmargin-bottom: 99rpx;\n}\nuni-label {\n\tdisplay: block;\n}\n.demo-list-left {\n\t/* background-color: #007AFF; */\n\tdisplay: inline-block;\n\tfloat: left;\n\ttext-align: center;\n\twidth: 100rpx;\n\theight: 150rpx;\n\tline-height: 150rpx;\n}\n.demo-list-right {\n\t/* background-color: #55ffff; */\n\tdisplay: inline-block;\n\tfloat: left;\n\theight: 150rpx;\n}\n.demo-list-right uni-text {\n\tdisplay: inline-block;\n}\n.text-num {\n\tdisplay: inline-block;\n\twidth: 90rpx;\n}\n.foot {\n\twidth: 100%;\n\theight: 100rpx;\n\tline-height: 100rpx;\n\tbackground-color: #ffffff;\n\tposition: fixed;\n\tbottom: 0;\n\tborder-top: 1rpx solid #d8d8d8;\n}\nuni-checkbox {\n\t/* transform:scale(0.7) */\n}\n\n", ""]); // Exports module.exports = exports; -- Gitblit v1.9.1