style: 修改dialog的footer边距

main
wu.jian2 2 years ago
parent 59344ef8da
commit 119609011c

@ -53,7 +53,7 @@ registerConfig(
'--bs-el-border': 'transparent' // 边框颜色
},
// datasetAuth: ['unAdd', 'unEdit', 'unDelete'], // 数据集按钮权限 新增 编辑 删除
// datasetTypeList: ['original','custom'],
datasetTypeList: ['original', 'custom', 'http'],
// customPlots: [],
// 远程组件列表
remoteComponents,

@ -332,5 +332,5 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
}
.el-dialog__footer{
padding: 0 16px 16px 16px !important;
padding: 16px !important;
}

Loading…
Cancel
Save