diff --git a/src/components/CustomTable/index.vue b/src/components/CustomTable/index.vue index 1d614dbe3f8965c1eca4c5c407cde80e0fe7ad88..b6ed112014f02a64e04bcfb8ad253fa7552c79d4 100644 --- a/src/components/CustomTable/index.vue +++ b/src/components/CustomTable/index.vue @@ -91,6 +91,9 @@ export default { flex: 1; } ::v-deep { + th .ivu-table-cell { + white-space: nowrap; + } .ivu-table-wrapper { border-color: #eff0f3; .ivu-table-header, diff --git a/src/components/FormComponents/index.vue b/src/components/FormComponents/index.vue index 9eb5b263b702dffc44b1ec9e0b14e9a09d446e63..5cc4ab946ff3bc675cf304744b9d73165d5684e2 100644 --- a/src/components/FormComponents/index.vue +++ b/src/components/FormComponents/index.vue @@ -1,189 +1,382 @@ - - diff --git a/src/layouts/components/NavBar/index.vue b/src/layouts/components/NavBar/index.vue index e4e3d671ec94a9e7be639d3716900a9dfe9d9c49..d90be16192f41fd877f567b621c807e47497e04d 100644 --- a/src/layouts/components/NavBar/index.vue +++ b/src/layouts/components/NavBar/index.vue @@ -205,6 +205,7 @@ export default { .community { width: 106px; height: 30px; + white-space: nowrap; background: rgba(255, 255, 255, 0.1); color: #fff; display: flex; @@ -218,6 +219,7 @@ export default { } } .user { + white-space: nowrap; margin-left: 40px; height: 30px; display: flex; diff --git a/src/views/followupquery/index.vue b/src/views/followupquery/index.vue index f009df0f4eccb6c6962341989ec5a6d685a161b9..263e5e9e1b09b74fe8bdd419241c36757262f655 100644 --- a/src/views/followupquery/index.vue +++ b/src/views/followupquery/index.vue @@ -1,7 +1,8 @@