Explorar o código

申请记录样式

lkk hai 6 meses
pai
achega
4e2808e27f

+ 32 - 0
src/views/complianceAnalysis/ghzc.scss

@@ -482,6 +482,15 @@
 .box-sizing {
     box-sizing: border-box;
 }
+.el-button{
+    background: #0f7ac8;
+    border: none;
+    border-radius: 0;
+    color: #fff;
+    // width: 60px;
+    // height: 26px;
+    // font-size: 14px;
+}
 
 .site-title {
     width: 100%;
@@ -535,4 +544,27 @@
     //     cursor: pointer;
     //     margin-left: 30px;
     // }
+}
+.pagination{
+    .el-pagination__sizes{
+        color: #fff;
+    }
+    .el-select .el-input.is-focus .el-input__inner {
+        border-color: #409EFF;
+    }
+    .el-input__inner{
+        background-color: rgba(75, 185, 250, 0.2);
+        border: 1px solid #409EFF;
+    }
+    .el-pagination button:disabled {
+        color: #fff;
+        background-color: rgba(75, 185, 250, 0.2);
+        cursor: not-allowed;
+    }
+    .el-pager li{
+        background: rgba(75, 185, 250, 0.2);
+    }
+    .el-pagination__jump{
+        color: #fff;
+    }
 }

+ 3 - 3
src/views/shareResources/components/ServiceDetails.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="ghzc">
     <div class="sm-panel sm-function-module-query" v-drag>
       <div class="sm-panel-header">
         <span>服务详情</span>
@@ -179,7 +179,7 @@
       width="50%"
       :before-close="handleClose2"
     >
-      <div>
+      <div class="pagination">
         <el-table :data="tableData" style="width: 100%" height="460">
           <el-table-column prop="sqTime" label="申请时间" show-overflow-tooltip>
           </el-table-column>
@@ -358,7 +358,7 @@ export default {
       this.getList();
     },
     getList() {
-      GetResources({ pageSize: this.pageSize, pageNum: this.pageNum }).then(
+      GetResources({ pageSize: this.pageSize, pageNum: this.pageNum,zymlId:this.detailObj.id }).then(
         (res) => {
           this.tableData = res.rows;
           this.total = res.total;