@@ -14,6 +14,14 @@
.el-upload__input {
display: none;
}
+ // this.confirm删除确认框修改确定取消按钮顺序
+.el-message-box__btns {
+ text-align: right;
+ padding: 5px 120px 0;
+ display: flex;
+ flex-direction: row-reverse;
+ gap: 65px;
+}
.cell {
.el-tag {