mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-13 17:24:44 +08:00
perf: home page style (#2911)
This commit is contained in:
parent
d8d46aa27c
commit
abb3073251
@ -69,6 +69,11 @@ onMounted(() => {
|
||||
<style lang="scss">
|
||||
.router_card {
|
||||
--el-card-padding: 0;
|
||||
.el-card__body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.router_card_button {
|
||||
|
@ -379,9 +379,7 @@ html {
|
||||
}
|
||||
|
||||
.router-button {
|
||||
margin-top: 12px;
|
||||
float: right;
|
||||
margin-right: 50px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.text-parent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user