diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index ea095c7b..4305c07b 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -2,9 +2,6 @@
-
@@ -126,59 +123,6 @@ />
- -
- #apply-container { - // background-color: #f5f8fc; - height: 100%; - width: 100%; - margin: 0.8rem auto 0; +#apply-container { + // background-color: #f5f8fc; + height: 100%; + width: 100%; + margin: 0.8rem auto 0; + display: flex; + justify-content: space-between; + aside { + width: 282px; + height: 96%; + overflow-y: auto; + background-color: #fff; + margin: 1% 0 3%; + } + article { + width: 1090px; + height: 99%; + overflow-y: auto; + background-color: #fff; + margin: 1% auto; + } + .form-container { + padding: 20px 20px 30px 20px; + .title { + font-size: 20px; + color: #000; + font-weight: bold; + margin-bottom: 20px; + } + } + .base-info { display: flex; justify-content: space-between; - aside { - width: 282px; - height: 96%; - overflow-y: auto; - background-color: #fff; - margin: 1% 0 3%; - } - article { - width: 1090px; - height: 99%; - overflow-y: auto; - background-color: #fff; - margin: 1% auto; - } - .form-container { - padding: 20px 20px 30px 20px; - .title { - font-size: 20px; - color: #000; - font-weight: bold; - margin-bottom: 20px; + } + :deep(.ant-form-item-label) { + label { + color: #666; + font-size: 16px; + &::after { + content: ''; } } - .base-info { - display: flex; - justify-content: space-between; - } - :deep(.ant-form-item-label) { - label { - color: #666; - font-size: 16px; - &::after { - content: ''; - } - } - } - :deep(.ant-form-item-required) { - &::before { - font-size: 8px; - margin-right: 10px; - } - } - :deep(.ant-input) { - border: 1px solid #e0e0e0; - border-radius: 6px; - } - .success { - div { - width: 100px; - margin: 80px auto 40px; - } - text-align: center; - font-size: 20px; - font-weight: bold; - color: #000; + } + :deep(.ant-form-item-required) { + &::before { + font-size: 8px; + margin-right: 10px; } } - .applicationScene { - :deep(.ant-select-selector) { - overflow-x: scroll; - } - :deep(.ant-select-selection-overflow) { - flex-wrap: nowrap; + :deep(.ant-input) { + border: 1px solid #e0e0e0; + border-radius: 6px; + } + .success { + div { + width: 100px; + margin: 80px auto 40px; } + text-align: center; + font-size: 20px; + font-weight: bold; + color: #000; } - textarea { - resize: none; - font-size: 14px; +} +.applicationScene { + :deep(.ant-select-selector) { + overflow-x: scroll; } - .bottom-btn { - display: flex; - justify-content: center; - // position: fixed; + :deep(.ant-select-selection-overflow) { + flex-wrap: nowrap; } +} +textarea { + resize: none; + font-size: 14px; +} +.bottom-btn { + display: flex; + justify-content: center; + // position: fixed; +} diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index e9361ecb..0096d28f 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -255,10 +255,6 @@ case '融合服务': router.push({ path: '/integrationServices', - // path: '/DetailsPageconetent', - query: { - select: '融合服务', - }, }) break case 'CIM专区': diff --git a/front/src/views/home/components/integrationServiceOrder.vue b/front/src/views/home/components/integrationServiceOrder.vue new file mode 100644 index 00000000..224874c8 --- /dev/null +++ b/front/src/views/home/components/integrationServiceOrder.vue @@ -0,0 +1,103 @@ + + + \ No newline at end of file diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 9a2cbcf7..f4f87432 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -1,7 +1,6 @@ diff --git a/front/src/views/home/integrationServices.vue b/front/src/views/home/integrationServices.vue index c13d4d42..fa9dffc0 100644 --- a/front/src/views/home/integrationServices.vue +++ b/front/src/views/home/integrationServices.vue @@ -37,7 +37,6 @@