This commit is contained in:
姚宇浩 2024-05-27 15:22:05 +08:00
parent 472c64bedb
commit 86f791b347
1 changed files with 3 additions and 8 deletions

View File

@ -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;