剩余模块:生产退料
This commit is contained in:
File diff suppressed because one or more lines are too long
46
unpackage/dist/dev/app-plus/app-renderjs.js
vendored
46
unpackage/dist/dev/app-plus/app-renderjs.js
vendored
@@ -378,3 +378,49 @@ __renderjsModules["5a1e922e"] = (() => {
|
||||
};
|
||||
return __toCommonJS(stdin_exports);
|
||||
})();
|
||||
|
||||
|
||||
__renderjsModules["13fd3354"] = (() => {
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
|
||||
// <stdin>
|
||||
var stdin_exports = {};
|
||||
__export(stdin_exports, {
|
||||
default: () => stdin_default
|
||||
});
|
||||
var stdin_default = {
|
||||
mounted() {
|
||||
const onKey = (event) => {
|
||||
const keys1 = ["type", "timeStamp"];
|
||||
const keys2 = ["altKey", "code", "ctrlKey", "isComposing", "key", "location", "metaKey", "repeat", "shiftKey"];
|
||||
const keys3 = ["char", "charCode", "keyCode", "keyIdentifier", "keyLocation", "which"];
|
||||
const data = {};
|
||||
keys1.concat(keys2, keys3).forEach((key) => {
|
||||
data[key] = event[key];
|
||||
});
|
||||
this.$ownerInstance.callMethod("onEvent", data);
|
||||
};
|
||||
const names = ["keyup"];
|
||||
names.forEach((name) => {
|
||||
document.addEventListener(name, onKey, false);
|
||||
});
|
||||
}
|
||||
};
|
||||
return __toCommonJS(stdin_exports);
|
||||
})();
|
||||
|
||||
11832
unpackage/dist/dev/app-plus/app-service.js
vendored
11832
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8ff2a577] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -768,6 +768,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
1137
unpackage/dist/dev/app-plus/pages/outOftock/print.css
vendored
1137
unpackage/dist/dev/app-plus/pages/outOftock/print.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -768,6 +768,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8ff2a577] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -768,6 +768,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
@@ -579,6 +579,81 @@
|
||||
.u-input__content__prefix-icon[data-v-df79975b] {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tki-qrcode[data-v-022c77d0] {
|
||||
position: relative;
|
||||
}
|
||||
.tki-qrcode-canvas[data-v-022c77d0] {
|
||||
position: fixed;
|
||||
top: -3124.96875rem;
|
||||
left: -3124.96875rem;
|
||||
z-index: -99999;
|
||||
}
|
||||
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
/* 单行省略 */
|
||||
.one-line-omit[data-v-e2942c83] {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.container[data-v-e2942c83] {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
/* 支持连字符换行 */
|
||||
}
|
||||
|
||||
/* 中文强制换行 */
|
||||
.chinese-text[data-v-e2942c83] {
|
||||
word-break: break-all;
|
||||
}
|
||||
.input-box[data-v-e2942c83] {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
border-radius: 0.75rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.input-box .u-textarea[data-v-e2942c83] {
|
||||
padding: 0 !important;
|
||||
font-size: 0.75rem !important;
|
||||
color: #999999 !important;
|
||||
}
|
||||
.input-box .input-item[data-v-e2942c83] {
|
||||
box-sizing: border-box;
|
||||
padding: 0.5rem 0;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.input-box .input-item .item-title[data-v-e2942c83] {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
}
|
||||
.input-box .input-item .item-text[data-v-e2942c83] {
|
||||
font-weight: 400;
|
||||
font-size: 0.84375rem;
|
||||
color: #999999;
|
||||
}
|
||||
.codeBox[data-v-e2942c83] {
|
||||
padding: 1.125rem 0.75rem 0.75rem 0.5625rem;
|
||||
display: flex;
|
||||
}
|
||||
.codeBox .codeBoxText[data-v-e2942c83] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
/* 多行省略 */
|
||||
.multi-line-omit[data-v-8dd5928e] {
|
||||
word-break: break-all;
|
||||
|
||||
Reference in New Issue
Block a user