diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue index 75a3baf8..7013f9d0 100644 --- a/src/components/model-custom/model-custom-content.vue +++ b/src/components/model-custom/model-custom-content.vue @@ -10,7 +10,7 @@
-
替换数据
+
替换数据
{{ form.data_source_content.title || form.data_source_content.name }}
@@ -230,8 +230,9 @@ const replace_data = () => { height: 2.4rem; bottom: 0.5rem; left: 2.1rem; - line-height: 2.4rem; + line-height: 2.2rem; border-radius: 2rem; + border: 1px solid #ddd; cursor: pointer; } diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss index 6ce5c43b..dfa405ed 100644 --- a/src/views/layout/components/main/index.scss +++ b/src/views/layout/components/main/index.scss @@ -264,19 +264,6 @@ } } } -@media screen and (max-width: 1680px) { - .main .acticons .el-button { - width: 10rem; - } -} -@media screen and (max-width: 1560px) { - .siderbar { - width: 32rem; - } - .drawer-container { - display: none; - } -} .seat { background: transparent; height: 0.2rem; @@ -371,4 +358,19 @@ .layout-toggle-bar-bottom { transform: rotate(12deg) scale(1.05) translateY(0.2rem); } +} + +@media screen and (max-width: 1680px) { + .main .acticons .el-button { + width: 10rem; + } +} + +@media screen and (max-width: 1560px) { + .siderbar { + width: 32rem; + } + .drawer-container, .layout-toggle-bar { + display: none; + } } \ No newline at end of file