优化页面

This commit is contained in:
pengxiaolong
2025-05-28 22:12:30 +08:00
parent e682754922
commit c747f9625c
23 changed files with 1093 additions and 207 deletions

View File

@@ -645,7 +645,7 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
min-width: 0;
}
.dingweizhibox{
.dingweizhibox {
width: 100%;
height: 15%;
}

View File

@@ -4,6 +4,7 @@ require("../../../../adapter-vue.js");
const TUIKit_utils_typeCheck = require("../../../../utils/type-check.js");
const TUIKit_constant = require("../../../../constant.js");
const common_assets = require("../../../../../common/assets.js");
const stores_counter = require("../../../../../stores/counter.js");
if (!Math) {
Icon();
}
@@ -15,7 +16,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
content: { default: void 0 }
},
setup(__props) {
common_vendor.ref("123");
stores_counter.useCounterStore();
const props = __props;
const custom = common_vendor.ref();
const message = common_vendor.ref();