剩余模块:生产退料

This commit is contained in:
2025-06-03 02:55:34 +08:00
parent eb2c8d2d7a
commit a12f56d2be
100 changed files with 9219 additions and 7499 deletions

View File

@@ -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;