布局首页
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
<div class="documentDynamics-box">
|
||||
<div class="header-text">
|
||||
<div class="header-text-left">{{this.$t('documentDynamics')}}</div>
|
||||
<div class="header-text-right">{{$t('more')}}</div>
|
||||
<div class="header-text-right">
|
||||
{{$t('more')}}
|
||||
<img src="../../../assets/gengduo.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="documentDynamics-box-content">
|
||||
<div class="documentDynamics-text" v-for="item in 8">
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<div class="monthlyReportRegulations-box">
|
||||
<div class="header-text">
|
||||
<div class="header-text-left">{{this.$t('monthlyReportRegulations')}}</div>
|
||||
<div class="header-text-right">{{$t('more')}}</div>
|
||||
<div class="header-text-right">
|
||||
{{$t('more')}}
|
||||
<img src="../../../assets/gengduo.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="monthlyReportRegulations-box-content">
|
||||
<div class="monthlyReportRegulations-text" v-for="item in 6">
|
||||
@@ -10,7 +13,6 @@
|
||||
<div class="text">文档库中新增了新的标准 GB 7258 机动车文件</div>
|
||||
<div class="time">2022-04-04 12:00:00</div>
|
||||
</div>
|
||||
<div class="solid"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -52,16 +54,6 @@
|
||||
position: relative;
|
||||
margin-top: 12px;
|
||||
|
||||
.solid {
|
||||
width: 1px;
|
||||
height: 210px;
|
||||
background: #EFF1F3;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 120px;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.monthlyReportRegulations-text {
|
||||
height: 51px;
|
||||
width: 100%;
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<div class="myList-box">
|
||||
<div class="header-text">
|
||||
<div class="header-text-left">{{this.$t('myList')}}</div>
|
||||
<div class="header-text-right">{{$t('more')}}</div>
|
||||
<div class="header-text-right">
|
||||
{{$t('more')}}
|
||||
<img src="../../../assets/gengduo.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="myList-box-content">
|
||||
<div class="myList-box-content-box" v-for="item in 4">
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<div class="myNews-box">
|
||||
<div class="header-text">
|
||||
<div class="header-text-left">{{this.$t('myNews')}}</div>
|
||||
<div class="header-text-right">{{$t('more')}}</div>
|
||||
<div class="header-text-right">
|
||||
{{$t('more')}}
|
||||
<img src="../../../assets/gengduo.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="myNews-box-content">
|
||||
<div class="myNews-box-content-box" v-for="item in 4">
|
||||
|
||||
Reference in New Issue
Block a user