mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
!231 fix:修复编辑区域右下角工具栏样式不居中bug,并调整导入导出图标
Merge pull request !231 from QuietlyChan/fix-ui
This commit is contained in:
commit
476c680574
@ -182,13 +182,13 @@ const btnList: BtnListType[] = [
|
|||||||
key: 'import',
|
key: 'import',
|
||||||
type: TypeEnum.IMPORTUPLOAD,
|
type: TypeEnum.IMPORTUPLOAD,
|
||||||
name: '导入',
|
name: '导入',
|
||||||
icon: ShareIcon
|
icon: DownloadIcon
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'export',
|
key: 'export',
|
||||||
type: TypeEnum.BUTTON,
|
type: TypeEnum.BUTTON,
|
||||||
name: '导出',
|
name: '导出',
|
||||||
icon: DownloadIcon,
|
icon: ShareIcon,
|
||||||
handle: exportHandle
|
handle: exportHandle
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -231,6 +231,8 @@ $asideBottom: 70px;
|
|||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
@include fetch-border-color('hover-border-color-shallow');
|
@include fetch-border-color('hover-border-color-shallow');
|
||||||
&.aside {
|
&.aside {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
height: auto;
|
height: auto;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user