lyh
2025-02-28 1550ea7fb0f98762062833a37f716ba459b986df
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;
}