From b9c00b19b87b438179a4a195ad4ab6d55176be9c Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Sat, 18 Jan 2025 11:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- src/components/FirstJob/detail.vue | 10 ++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ba13cd..c0e4868 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -## yishoudan +## 伯才供应链 + +``` +访问网址:https://ibocai.cn +FTP文件夹: + 1)webapp/yishoudan + 2)删除并重新上传:static,index.html,favicon.ico +``` diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index ea24b0e..6d79f39 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -196,7 +196,7 @@ -
+

基本信息 @@ -1114,6 +1114,7 @@ export default { } .detail-container { + background-color: #f0f0f0; // overflow: hidden; // border-top: 1px solid #eeefef; @@ -1208,6 +1209,11 @@ export default { .maincontentleft { width: 800px; text-align: left; + background-color: #ffffff; + border-radius: 6px; + margin: 0 auto; + overflow: hidden; + margin-bottom: 20px; .subset { padding: 20px; // margin-bottom: 16px; @@ -1215,7 +1221,7 @@ export default { background-color: #fff; // height: 302px; border-radius: 6px; - border: 1px solid #ededed; + // border: 1px solid #ededed; display: flex; justify-content: space-between; .subsetleft {