Browse Source

style:调整按钮布局

feature/three
guoapeng 3 months ago
parent
commit
21f6c7ab47
  1. 4
      src/components/common/FTButton/index.vue

4
src/components/common/FTButton/index.vue

@ -66,7 +66,7 @@ defineExpose({
.ft-button { .ft-button {
position: relative; position: relative;
display: inline-block; display: inline-block;
margin-right: 20px;
margin-right: 10px;
} }
.ft-button-disabled { .ft-button-disabled {
pointer-events: none; pointer-events: none;
@ -79,7 +79,7 @@ defineExpose({
} }
.my-button { .my-button {
height: var(--el-button-size); height: var(--el-button-size);
padding: 0 20px;
padding: 5px 20px;
border-radius: 5px; border-radius: 5px;
display: flex; display: flex;
align-items: center; align-items: center;

Loading…
Cancel
Save