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 @@ - - - - - - {{item.unit}} - - - - - - - - - - {{ item.value }} - {{ item.description }} - - - - - - - - - - - - - - - - - - - - - - - - - {{opt.label}} - - - - - - - - {{item.text?item.text:form[item.prop]}} - - - - - - - - - - - - - - - - {{btn.btnText}} - - - + + + + + + {{ + item.unit + }} + + + + + + + + + + {{ item.value }} + {{ item.description }} + + + + + + + + + + + + + + + + + + + + + + + + + {{ opt.label }} + + + + + + + + {{ item.text ? item.text : form[item.prop] }} + + + + + + + + + + + + + + {{ btn.btnText }} + + + + 待修改({{ btn.tobeModified }}) + + + + + + + + {{ btn.btnText }} + + + - - 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 @@ - + + + @@ -160,46 +229,11 @@ export default { .screeningSearch { .top { width: 100%; - height: 72px; + // height: 72px; padding: 0 116px 0 44px; display: flex; justify-content: space-between; align-items: center; - border-bottom: 2px solid #f6f6f6; - .keyword { - display: flex; - align-items: center; - .btn { - width: 80px; - height: 32px; - background: #ffffff; - border-radius: 4px; - border: 1px solid #4e68ff; - font-size: 14px; - color: #4e68ff; - margin-left: 40px; - } - } - .tobeModified { - // width: 134px; - height: 32px; - background: #ffffff; - border-radius: 4px; - padding: 16px 8px; - border: 1px solid #d9d9d9; - display: flex; - align-items: center; - cursor: pointer; - .check { - font-size: 18px; - margin-right: 8px; - } - span { - font-size: 16px; - font-family: AlibabaPuHuiTiR; - color: #333333; - } - } } .bot { padding: 0 24px; diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue new file mode 100644 index 0000000000000000000000000000000000000000..73f89ed7834ed235b5fd53126c1a1bfa9b10aa6c --- /dev/null +++ b/src/views/followupresearch/index.vue @@ -0,0 +1,255 @@ + + + + + + + + + + + + + +