diff --git a/src/components/model-notice/index.vue b/src/components/model-notice/index.vue
index f72ab978..3938cbfe 100644
--- a/src/components/model-notice/index.vue
+++ b/src/components/model-notice/index.vue
@@ -16,7 +16,7 @@
{{ item.notice_title }}
-
+
@@ -33,7 +33,7 @@
{{ form.title || '公告' }}
- 更多
+ 更多
{{ index + 1 }}{{ item.notice_title }}
diff --git a/src/components/model-notice/model-notice-content.vue b/src/components/model-notice/model-notice-content.vue
index 4409087e..4ca6451f 100644
--- a/src/components/model-notice/model-notice-content.vue
+++ b/src/components/model-notice/model-notice-content.vue
@@ -41,12 +41,9 @@
按钮设置
-
- 显示
- 隐藏
-
+
-
+
diff --git a/src/views/layout/components/main/default/notice.ts b/src/views/layout/components/main/default/notice.ts
index 546b3ca4..f6c5a308 100644
--- a/src/views/layout/components/main/default/notice.ts
+++ b/src/views/layout/components/main/default/notice.ts
@@ -50,7 +50,7 @@ const defaultSearch: defaultSearch = {
title: '测试标题',
img_src: [],
icon_class: '',
- is_right_button: 'show',
+ is_right_button: '1',
interval_time: 2,
more_link: {},
notice_list: [
diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss
index dfa405ed..8270ea16 100644
--- a/src/views/layout/components/main/index.scss
+++ b/src/views/layout/components/main/index.scss
@@ -366,11 +366,20 @@
}
}
+@media screen and (max-width: 1640px) {
+ .main .acticons .el-button {
+ width: 8rem;
+ }
+}
+
@media screen and (max-width: 1560px) {
.siderbar {
width: 32rem;
}
- .drawer-container, .layout-toggle-bar {
+ .drawer-container {
+ width: 0 !important;
+ }
+ .layout-toggle-bar {
display: none;
}
}
\ No newline at end of file