田源
2023-12-07 a71535cf11e40a03585366f016266e3fbb1df15a
Source/UBCS-WEB/src/views/code/code.vue
@@ -2,6 +2,7 @@
  <basic-container class="code-total" style=" height: 100%">
    <!-- 编码规则信息展示区域 -->
    <basic-container class="code-rule-container">
      <div style="height: 40vh;overflow: auto;">
      <p
        style="
          margin-top: -5px;
@@ -140,6 +141,8 @@
          </el-button>
        </template>
      </avue-crud>
      </div>
    </basic-container>
    <!-- 高级查询对话框 -->
@@ -217,6 +220,7 @@
    <!-- 基础码段展示区域 -->
    <basic-container class="code-basicsec-container">
    <div style="height: 38.5vh;overflow: auto">
      <p
        style="margin-top: -5px;
          margin-bottom: 4px;
@@ -316,6 +320,7 @@
          </el-button>
        </template>
      </avue-crud>
    </div>
    </basic-container>
    <!-- 码段码值管理对话框 -->
@@ -3549,10 +3554,6 @@
  font-size: 12px !important;
}
.code-rule-crud > .avue-crud__search,
.code-basic-crud > .avue-crud__search {
  margin-bottom: -15px;
}
.clone-input-textarea > .el-form-item__content {
  width: 495px;