|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
<!-- end -->
|
|
<!-- end -->
|
|
<div class="cont-reight-bottom" v-for="(item, index) in errorlist" :key="index">
|
|
<div class="cont-reight-bottom" v-for="(item, index) in errorlist" :key="index">
|
|
- <div :class=" is_tab == 'qz'?'cont-reight-bottom-title':'cont-reight-bottom-title-null' ">
|
|
|
|
|
|
+ <div :class=" item.level == 1 ?'cont-reight-bottom-title-null' : 'cont-reight-bottom-title' ">
|
|
<span v-if="item.category == 0">A类</span>
|
|
<span v-if="item.category == 0">A类</span>
|
|
<span v-if="item.category == 1">B类</span>
|
|
<span v-if="item.category == 1">B类</span>
|
|
<span v-if="item.category == 2">C类</span>
|
|
<span v-if="item.category == 2">C类</span>
|
|
@@ -125,6 +125,7 @@
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
border: 1px solid #e2e2e2;
|
|
border: 1px solid #e2e2e2;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ height: 100vh;
|
|
}
|
|
}
|
|
|
|
|
|
.storeBox {
|
|
.storeBox {
|