管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-03-02 8bb00665765e8348aeb3a6e799069287e503e1ab
src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -38,6 +38,7 @@
        <el-table
          :data="tableData"
          style="width: 100%"
          border
          @row-click="singleElection"
          highlight-current-row
           height="calc(100% - 80px)"
@@ -125,7 +126,7 @@
        <el-table
          :data="usertableData"
          border
          style="width: 100%"
           height="calc(100% - 80px)"
          @selection-change="handleSelectionChange"
@@ -694,13 +695,13 @@
    .content_left_box{
      padding: 10px;
      width: 20%;
      height: 94%;
      height: calc(100% - 20px);
      border-radius: 5px;
    }
    .content_box {
      padding: 10px;
      width: 36%;
      height: 94%;
      height: calc(100% - 20px);
      border-radius: 5px;
    }
    .divider {