管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-02-25 9660afd3e2ed1b9bd87c9316f8b24c63ad4c9a4e
src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -40,7 +40,7 @@
          style="width: 100%"
          @row-click="singleElection"
          highlight-current-row
           height="calc(100% - 124px)"
           height="calc(100% - 50px)"
        >
          <el-table-column
            align="center"
@@ -66,7 +66,7 @@
          </el-table-column>
        </el-table>
        <div
          style="text-align: center; margin-top: 20px"
          style="text-align: center; margin-top: 10px"
          class="pagination_box"
        >
          <el-pagination
@@ -125,9 +125,9 @@
        <el-table
          :data="usertableData"
          style="width: 100%"
           height="calc(100% - 124px)"
           height="calc(100% - 50px)"
          @selection-change="handleSelectionChange"
        >
          <el-table-column
@@ -152,7 +152,7 @@
        </el-table>
        <div
          style="margin-top: 20px; text-align: center"
          style="margin-top: 10px; text-align: center"
          class="pagination_box"
        >
          <el-pagination
@@ -682,9 +682,10 @@
<style lang="less" scoped>
//@import url(); 引入公共css类
.menuSettings_box {
  height: 98%;
  height: 100%;
  //height: 98%;
  width: 98%;
  padding: 1%;
  padding:0 1%;
  .menuSettings_tree {
    width: 100%;
@@ -695,7 +696,7 @@
      padding: 10px;
      width: 31%;
      height: 94%;
      border-radius: 5px;
    }
    .divider {
@@ -710,6 +711,6 @@
.el-table /deep/ th,
.el-table /deep/ tr {
  background-color: transparent !important;
}
}
</style>