Browse Source

perf: home page style (#2911)

pull/2916/head
QuentinHsu 1 year ago committed by GitHub
parent
commit
abb3073251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      frontend/src/components/router-button/index.vue
  2. 4
      frontend/src/styles/common.scss

5
frontend/src/components/router-button/index.vue

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

4
frontend/src/styles/common.scss

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

Loading…
Cancel
Save