mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 修改边距
This commit is contained in:
parent
0a75035339
commit
02c3f7478d
@ -73,7 +73,7 @@ $imgWidth: 90%;
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 15px;
|
padding: 4px 15px;
|
||||||
@include filter-bg-color('background-color4');
|
@include filter-bg-color('background-color4');
|
||||||
&-text {
|
&-text {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -81,7 +81,7 @@ $imgWidth: 90%;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.list-center {
|
.list-center {
|
||||||
padding: 10px 0;
|
padding: 6px 0;
|
||||||
.list-img {
|
.list-img {
|
||||||
width: $imgWidth;
|
width: $imgWidth;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user