Browse Source

fix: 样式调整

master
guoapeng 1 month ago
parent
commit
2b08998bc7
  1. 7
      src/assets/styles/element.scss
  2. 1
      src/views/home/index.vue

7
src/assets/styles/element.scss

@ -58,4 +58,11 @@
}
}
}
.button-popper {
inset: auto 242px 20px auto !important;
.el-popper__arrow {
top: 100px !important;
}
}

1
src/views/home/index.vue

@ -254,6 +254,7 @@ const extractLiquidHandle = async () => {
placement="left-start"
width="auto"
trigger="click"
popper-class="button-popper"
>
<template #reference>
<ft-button type="primary" size="large" style="margin: auto 0;" class="manual-button" @click="moreVisible = !moreVisible">

Loading…
Cancel
Save