管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-02-25 9660afd3e2ed1b9bd87c9316f8b24c63ad4c9a4e
src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -35,7 +35,7 @@
      </div>
    </div>
    <!-- <div class="menuRoleAuthorization_resize" title="收缩侧边栏">⋮</div> -->
      <!-- <div class="left_tree subpage_Div">
        <el-tree
          :data="depList"
@@ -97,7 +97,7 @@
        <el-table
          :data="tableData"
          style="width: 100%"
          height="calc(100% - 124px)"
          height="calc(100% - 80px)"
          @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="55"> </el-table-column>
@@ -114,7 +114,7 @@
          </el-table-column>
        </el-table>
        <div class="pagination_box">
        <div class="pagination_box" style="margin-top: 10px">
          <el-pagination
            @size-change="userhandleSizeChange"
            @current-change="userhandleCurrentChange"
@@ -523,9 +523,10 @@
<style lang="less" scoped>
//@import url(); 引入公共css类
.menuSettings_box {
  height: 96%;
  //height: 96%;
  height: 100%;
  width: 98%;
  padding: 1%;
  padding:0 1%;
  border-radius: 10px;
  position: relative;
  display: flex;
@@ -551,7 +552,7 @@
      border-radius: 10px;
      float: right;
    }
  .divider {
    margin-top: 8px;
@@ -569,4 +570,3 @@
  background-color: transparent !important;
}
</style>