田源
2023-09-08 5b15fa354b982d1bcad3678159349ed8f9bfe135
Source/UBCS-WEB/src/views/code/code.vue
@@ -476,17 +476,17 @@
      <!-- 分类码段码值管理 -->
      <el-row v-show="!isShowFixedForm">
        <el-col :span="11">
          <basic-container>
          <basic-container style="overflow:hidden">
            <div
              class="box classify_value_box"
              style="height: 60vh; margin-bottom: -40px"
            >
              <basic-container>
                <div class="abox" style="height: 54vh">
                <div class="abox">
                  <avue-tree
                    :data="classifyValueTreeData"
                    :option="classisyValueTreeOption"
                    style=""
                    style="height: calc(60vh - 100px);"
                    @node-click="classisyValueTreeOnodeClick"
                  />
                </div>
@@ -1402,7 +1402,7 @@
    </el-dialog>
  </basic-container>
</template>
<script>
import {
  gridCodeRule,
@@ -3660,7 +3660,7 @@
  },
};
</script>
<style>
[class^="icon-"] {
  font-size: 12px !important;
@@ -3803,4 +3803,4 @@
/* .code-total > .basic-container__card {
    height: 100%;
  } */
</style>
</style>