@@ -444,6 +444,9 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
.uni-date-editor{flex: 1;display: flex;justify-content: flex-end;}
}
+//form disabled
+.form-label-disabled{position: relative;}
+.form-label-disabled::before{content:'';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 2;}
// label-switch
.form-label-switch{