| package-lock.json | ●●●●● patch | view | raw | blame | history | |
| src/styles/element-ui/element-ui.scss | ●●●●● patch | view | raw | blame | history | |
| src/styles/media/index.scss | ●●●●● patch | view | raw | blame | history | |
| src/views/activity/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/police/index.vue | ●●●●● patch | view | raw | blame | history |
package-lock.json
Diff too large src/styles/element-ui/element-ui.scss
@@ -41,7 +41,7 @@ } .el-table::before { height: 0px; height: 0; } .el-table__body-wrapper { src/styles/media/index.scss
@@ -271,6 +271,7 @@ margin: countSizeVh(6) countSizeVw(8, 1920); width: countSizeVw(54, 1920); height: countSizeVh(36); line-height: countSizeVh(36); border: countSizeVh(1) solid #ccc; } } @@ -334,6 +335,28 @@ height: countSizeVh(20); line-height: countSizeVh(20); } .el-table__header-wrapper { height:countSizeVh(48); font-size: countSizeVh(16); .el-table__header{ height: 100%; } } .el-table th.el-table__cell{ height: 100%; } .el-table th.el-table__cell{ line-height: countSizeVh(48); height: countSizeVh(48); } .el-table th.el-table__cell>.cell{ height: 100%; } } } @@ -569,6 +592,7 @@ .category { width: countSizeVw(88, 1920) ; font-size: countSizeVh(16); } } } src/views/activity/index.vue
@@ -1087,7 +1087,6 @@ height: 100%; color: #fff; background: $bg-color; font-size: 24px; .title { height: 40px; @@ -1112,6 +1111,7 @@ .category { width: 88px; font-size: 16px; } .category-value { src/views/police/index.vue
@@ -24,7 +24,7 @@ </div> <div class="list-show" ref="tableBox" v-show="!detailFlag"> <div class="search-box"> <div class="search-box" ref="tableSearchBox"> <input v-model="searchValue" @input="searchChange" @@ -45,7 +45,6 @@ <div class="list" v-show="navType == 1"> <el-table :data="carList" style="width: 100%" :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }" :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75', 'cursor': 'pointer' }" :height="currentTableHeight" @@ -755,7 +754,7 @@ }, setTableHeight () { this.currentTableHeight = this.$refs.tableBox.offsetHeight - 88 this.currentTableHeight = this.$refs.tableBox.offsetHeight - this.$refs.tableSearchBox.offsetHeight }, // 大小重置