src/styles/base/index.scss
@@ -774,6 +774,35 @@ } } .edit-line-box { .el-dialog { margin: 0 !important; display: flex; flex-direction: column; width: 340px; height: 200px; top: 50%; left: 50% !important; transform: translate(-50%, -50%); .el-dialog__body { .el-button { padding: 0; background-color: #409eff; color: #fff; width: 60px; height: 30px; text-align: center; } &>div { display: flex; justify-content: space-around; margin-bottom: 10px; } } } } .select-on-tab { box-shadow: 0 2px 2px $menu-tab-shadow;