diff --git a/src/components/subTop.vue b/src/components/subTop.vue index 90621fa..220914f 100644 --- a/src/components/subTop.vue +++ b/src/components/subTop.vue @@ -171,10 +171,14 @@ const handleCommand = (data) => { top: 50%; transform: translateY(-50%); z-index: 2; - border: 1px solid $color-custom-main; - border-radius: 4px; - padding: 6px; text-align: center; + white-space: nowrap; + + .el-dropdown { + border: 1px solid $color-custom-main; + padding: 6px; + border-radius: 4px; + } } } diff --git a/src/views/business/index.vue b/src/views/business/index.vue index 01f3f02..be3df03 100644 --- a/src/views/business/index.vue +++ b/src/views/business/index.vue @@ -9,7 +9,23 @@
- +