zhangherong
2025-04-02 9875e3f602c9e9e90b13522ca2df00f2937dba9f
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;
}