This commit is contained in:
parent
472c64bedb
commit
86f791b347
|
@ -20,9 +20,9 @@
|
||||||
<div class="bo">
|
<div class="bo">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<div class="title_top">
|
<div class="title_top">
|
||||||
<img src="@/assets/images/table_l.png" alt="" />
|
<img src="@/assets/images/table_l.png" alt="" style="margin-right:10px;"/>
|
||||||
<div class="name">{{ title }}详情</div>
|
<div class="name">{{ title }}详情</div>
|
||||||
<img src="@/assets/images/table_r.png" alt="" />
|
<img src="@/assets/images/table_r.png" alt="" style="margin-left:10px;"/>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
class="title_botton"
|
class="title_botton"
|
||||||
|
@ -243,12 +243,7 @@ const handle = (current) => {
|
||||||
height: 33px;
|
height: 33px;
|
||||||
width: 33px;
|
width: 33px;
|
||||||
}
|
}
|
||||||
img:nth-child(1) {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
img:nth-child(2) {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
.name {
|
.name {
|
||||||
font-family: PangMenZhengDao, PangMenZhengDao;
|
font-family: PangMenZhengDao, PangMenZhengDao;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in New Issue