|
@@ -35,9 +35,9 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
<div class="wenshuTxt">最新文书</div>
|
|
|
<img src="../../../assets/images/img14.png" />
|
|
|
</div>
|
|
|
- <div class="content" v-if="hcws1">
|
|
|
- <div>
|
|
|
- <div style="">
|
|
|
+ <div class="content">
|
|
|
+ <div style="height: 100px;">
|
|
|
+ <div style="" v-if="hcws1">
|
|
|
<div class="contFlex">
|
|
|
<div class="contType">{{hcws1.jqzt}}</div>
|
|
|
<div class="conTime">{{hcws1.gxsj}}</div>
|
|
@@ -53,7 +53,7 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
<div class="wenshuTxt">历史文书</div>
|
|
|
<img src="../../../assets/images/img14.png" />
|
|
|
</div>
|
|
|
- <div class="content on" >
|
|
|
+ <div class="content on">
|
|
|
<div v-for="(item,index) in hcws" :key="index">
|
|
|
<div style="">
|
|
|
<div class="contFlex">
|
|
@@ -78,7 +78,7 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
checked: 0,
|
|
|
}
|
|
|
},
|
|
|
- props: ['list', 'zlxx', 'hcws','hcws1'],
|
|
|
+ props: ['list', 'zlxx', 'hcws', 'hcws1'],
|
|
|
// props: {
|
|
|
// list: {
|
|
|
// type: Array,
|
|
@@ -122,14 +122,16 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
|
|
|
<style scoped lang='less'>
|
|
|
::-webkit-scrollbar {
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 3px;
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
background: rgba(0, 213, 255, 0.3);
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
- background: rgba(0, 213, 255, 0.3);
|
|
|
+ background: rgba(0, 213, 255, 0.3);
|
|
|
}
|
|
|
+
|
|
|
.writ {
|
|
|
width: 521px;
|
|
|
}
|
|
@@ -155,7 +157,8 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
box-sizing: border-box;
|
|
|
background: linear-gradient(180deg, rgba(49, 121, 173, 0.5) 0%, rgba(43, 101, 142, 0.245) 100%);
|
|
|
}
|
|
|
- .content.on{
|
|
|
+
|
|
|
+ .content.on {
|
|
|
height: 100px;
|
|
|
overflow: auto;
|
|
|
}
|
|
@@ -300,4 +303,4 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|