添加基础资料下的页面功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user