|
@@ -38,7 +38,6 @@
|
|
|
<div style="flex: 1;overflow: hidden;" class="notes">
|
|
|
注:评价积分周期为2023年6月30日至2024年6月30日
|
|
|
</div>
|
|
|
- <!-- v-if="pType == 2" -->
|
|
|
<div style="height:100%;overflow: hidden;" v-loading="tabLoad">
|
|
|
<div class="sBox_table">
|
|
|
<div class="table_title">
|
|
@@ -564,9 +563,9 @@ export default {
|
|
|
min-width: 1300px;
|
|
|
margin: 0 auto;
|
|
|
height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-bottom: 60px;
|
|
|
font-size: 14px;
|
|
|
- border-left: 1px #ccc solid;
|
|
|
- border-right: 1px #ccc solid;
|
|
|
}
|
|
|
|
|
|
.table_title {
|
|
@@ -605,6 +604,7 @@ export default {
|
|
|
height: 100%;
|
|
|
line-height: 50px;
|
|
|
border-right: 1px solid #d5d8df;
|
|
|
+ border-left: 1px solid #d5d8df;
|
|
|
}
|
|
|
|
|
|
/* .table_title2 {
|
|
@@ -663,6 +663,7 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
border-bottom: 1px #ccc solid;
|
|
|
+ border-left: 1px solid #d5d8df;
|
|
|
}
|
|
|
|
|
|
/* 取消[type='number']的input的上下箭头 */
|