fix: improve the layout of tables offline on the mobile (#4573)

This commit is contained in:
Vben
2024-10-05 22:00:11 +08:00
committed by GitHub
parent d37e2f599c
commit 47d162e6e4
4 changed files with 36 additions and 20 deletions

View File

@@ -30,12 +30,12 @@ const submitButtonOptions = computed(() => {
};
});
const isQueryForm = computed(() => {
return !!unref(rootProps).showCollapseButton;
});
// const isQueryForm = computed(() => {
// return !!unref(rootProps).showCollapseButton;
// });
const queryFormStyle = computed(() => {
if (isQueryForm.value) {
if (!unref(rootProps).actionWrapperClass) {
return {
'grid-column': `-2 / -1`,
marginLeft: 'auto',