feat: 更多提示指令样式调整
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.card {
|
.card {
|
||||||
height: 300px;
|
height: 304px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-item {
|
.card-item {
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tag-item {
|
.tag-item {
|
||||||
background-color: $uni-bg-color;
|
box-sizing: border-box;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user