diff --git a/components/form-template/cell-style.css b/components/form-template/cell-style.css index 999e2e2..80a95d6 100644 --- a/components/form-template/cell-style.css +++ b/components/form-template/cell-style.css @@ -11,6 +11,11 @@ top: 0; } +.form-cell-required { + margin-left: 4rpx; + color: #ff4d4f; +} + .form-content__wrapper { width: 100%; display: flex; @@ -58,4 +63,4 @@ .form-row__content { width: 0; flex-grow: 1; -} \ No newline at end of file +} diff --git a/components/form-template/common-cell.vue b/components/form-template/common-cell.vue index 301a120..34ea433 100644 --- a/components/form-template/common-cell.vue +++ b/components/form-template/common-cell.vue @@ -1,7 +1,7 @@