mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-21 04:46:25 +08:00
style: 样式调整
This commit is contained in:
parent
8099bcb031
commit
0a109b594b
1 changed files with 7 additions and 4 deletions
|
@ -123,13 +123,16 @@ onMounted(() => {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 95%;
|
width: 80px;
|
||||||
height: 80%;
|
height: 100%;
|
||||||
padding: 10%;
|
padding: 5px;
|
||||||
margin-top: 5px;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
.image {
|
.image {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue