添加基础资料下的页面功能

This commit is contained in:
zhengw
2026-03-06 17:18:27 +08:00
parent 816188c2bb
commit aa1294f997
47 changed files with 1697 additions and 5 deletions

View File

@@ -37,3 +37,32 @@ view.t-cell__title-text {
.card-plugin-footer:empty {
display: none;
}
.required::after {
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}
.textarea-label {
font: var(
--td-cell-title-font,
var(
--td-font-body-large,
32rpx / 48rpx var(--td-font-family, PingFang SC, Microsoft YaHei, Arial Regular)
)
) !important;
}
.flex-b {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.flex-b view {
word-break: break-all;
min-width: 0;
}