This is an automated email from the ASF dual-hosted git repository.
kriszu pushed a commit to branch dev-2.1.6
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev-2.1.6 by this push:
new df19b3976 fix alarm view css (#4230)
df19b3976 is described below
commit df19b3976cb8de2d022cbffdc94d79d9d285651d
Author: 阿洋 <[email protected]>
AuthorDate: Wed Apr 9 17:29:28 2025 +0800
fix alarm view css (#4230)
---
.../streampark-console-webapp/src/views/setting/Alarm/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-webapp/src/views/setting/Alarm/index.vue
b/streampark-console/streampark-console-webapp/src/views/setting/Alarm/index.vue
index 32f9ea7c6..6ae23a9d0 100644
---
a/streampark-console/streampark-console-webapp/src/views/setting/Alarm/index.vue
+++
b/streampark-console/streampark-console-webapp/src/views/setting/Alarm/index.vue
@@ -164,7 +164,7 @@
</script>
<template>
- <PageWrapper contentFullHeight fixed-height content-class="flex flex-col">
+ <PageWrapper contentFullHeight content-class="flex flex-col">
<div class="bg-white py-16px px-24px">
<span class="alarm-title">{{ t('setting.alarm.alertSetting') }}</span>
<div v-auth="'project:create'">