1
0
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:
QuentinHsu 2023-11-13 09:14:58 +08:00 committed by GitHub
parent d8d46aa27c
commit abb3073251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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 {

View File

@ -379,9 +379,7 @@ html {
}
.router-button {
margin-top: 12px;
float: right;
margin-right: 50px;
margin-right: 20px;
}
.text-parent {