zhaowei
2025-07-15 907d0ba6b7442ef9f4fb976633d0b51d36ea6570
src/assets/less/common.less
@@ -58,4 +58,14 @@
}
/**隐藏样式-modal确定按钮 */
.jee-hidden{display: none}
.jee-hidden{display: none}
.btxx > .ant-form-item > .ant-form-item-label label {
  position: relative;
}
.btxx > .ant-form-item > .ant-form-item-label label::before{
  position: absolute;
  content: "*";
  left: -8px;
  color: #f5222d;
}