调整常用功能布局样式
This commit is contained in:
@@ -284,7 +284,7 @@ export default {
|
|||||||
padding-top: 29px;
|
padding-top: 29px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
@@ -296,7 +296,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
font-size: 13px;
|
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 72px;
|
width: 72px;
|
||||||
@@ -306,7 +305,7 @@ export default {
|
|||||||
background-position: center 7px;
|
background-position: center 7px;
|
||||||
background-size: 36px 36px;
|
background-size: 36px 36px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
&:hover, &.current {
|
&:hover, &.current {
|
||||||
background-color: #286ffd14;
|
background-color: #286ffd14;
|
||||||
|
|||||||
Reference in New Issue
Block a user