diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 3cc9fbc..005d36c 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -142,11 +142,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -167,7 +167,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 06c397d..0209813 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -197,11 +197,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -222,7 +222,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue index 595f6b6..e9306a3 100644 --- a/src/lycomponents/iHeaderMa/index.vue +++ b/src/lycomponents/iHeaderMa/index.vue @@ -153,11 +153,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -178,7 +178,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/mixins/index.js b/src/mixins/index.js index 0cdda36..0b3a40c 100644 --- a/src/mixins/index.js +++ b/src/mixins/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-12 13:56:13 - * @LastEditTime: 2021-11-05 11:38:47 + * @LastEditTime: 2021-11-05 12:00:57 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/mixins/index.js @@ -68,8 +68,8 @@ export default { } }, highly: { - bind(el, binding) { // el为绑定的元素,binding为绑定给指令的对象 - adaptive(el, binding.value) + bind() { // el为绑定的元素,binding为绑定给指令的对象 + // adaptive(el, binding.value) // el.__vueSetInterval__ = setInterval(adaptive, 300); }, inserted(el, binding) { diff --git a/src/views/Index/index.vue b/src/views/Index/index.vue index 71558b6..627da03 100644 --- a/src/views/Index/index.vue +++ b/src/views/Index/index.vue @@ -1,13 +1,13 @@