This commit is contained in:
parent
124a91d59d
commit
0d9171575f
|
@ -49,7 +49,7 @@
|
||||||
class="borderstyle"
|
class="borderstyle"
|
||||||
>
|
>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #f7fbfa">
|
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #f7fbfa;border-radius:6px">
|
||||||
<span class="title">{{ item.title }}</span>
|
<span class="title">{{ item.title }}</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 单行文本 1 -->
|
<!-- 单行文本 1 -->
|
||||||
|
@ -342,7 +342,7 @@
|
||||||
class="borderstyle"
|
class="borderstyle"
|
||||||
>
|
>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #f7fbfa">
|
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #f7fbfa;border-radius:6px">
|
||||||
<span class="title">{{ item.title }}</span>
|
<span class="title">{{ item.title }}</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 单行文本 1 -->
|
<!-- 单行文本 1 -->
|
||||||
|
@ -1278,16 +1278,16 @@ onMounted(() => {
|
||||||
.borderstyle{
|
.borderstyle{
|
||||||
margin:8px auto;
|
margin:8px auto;
|
||||||
border:1px solid #e6e6e6;
|
border:1px solid #e6e6e6;
|
||||||
padding:12px;
|
|
||||||
background:#fff;
|
background:#fff;
|
||||||
border-radius:5px;
|
border-radius:6px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.borderstyle:hover{
|
.borderstyle:hover{
|
||||||
margin:8px auto;
|
margin:8px auto;
|
||||||
border:1px solid #e6e6e6;
|
border:1px solid #e6e6e6;
|
||||||
padding:12px;
|
|
||||||
background:#fff;
|
background:#fff;
|
||||||
border-radius:5px;
|
border-radius:6px;
|
||||||
|
padding: 5px;
|
||||||
box-shadow: 2px 2px 10px 1px #d4d4d4;
|
box-shadow: 2px 2px 10px 1px #d4d4d4;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue