diff --git a/webui/index.html b/webui/index.html index 6b8f6f66..58c562d9 100644 --- a/webui/index.html +++ b/webui/index.html @@ -2,7 +2,7 @@ - + diff --git a/webui/src/components/ab-edit-rule.vue b/webui/src/components/ab-edit-rule.vue index 07ed000c..878769f6 100644 --- a/webui/src/components/ab-edit-rule.vue +++ b/webui/src/components/ab-edit-rule.vue @@ -78,7 +78,7 @@ const boxSize = computed(() => {
{{ $t('homepage.rule.enable_hit') }}
diff --git a/webui/src/components/ab-label.vue b/webui/src/components/ab-label.vue index 4b551da8..f07ce032 100644 --- a/webui/src/components/ab-label.vue +++ b/webui/src/components/ab-label.vue @@ -24,14 +24,35 @@ const abLabel = computed(() => { diff --git a/webui/src/components/ab-popup.vue b/webui/src/components/ab-popup.vue index b51c9271..126f4183 100644 --- a/webui/src/components/ab-popup.vue +++ b/webui/src/components/ab-popup.vue @@ -20,6 +20,7 @@ const props = withDefaults( ); const show = defineModel('show', { default: false }); +const { isMobile } = useBreakpointQuery(); function close() { if (props.maskClick) { @@ -29,7 +30,19 @@ function close() {