diff --git a/src/components/custom-input/custom-input.vue b/src/components/custom-input/custom-input.vue index 3e129ae..a46b6bb 100644 --- a/src/components/custom-input/custom-input.vue +++ b/src/components/custom-input/custom-input.vue @@ -50,7 +50,10 @@ const inputSearchText = (e) => { .search-input { width: 100%; } - + ::v-deep .noNvueBorder > .noNvueBorder > .noNvueBorder { + background: #f9f9fd !important; + border-radius: 8rpx !important; + } .search-input::v-deep .tmicon-times-circle-fill::before { content: '\e82a'; color: #d2d2d5; diff --git a/src/pages/chooseByDeps/index.vue b/src/pages/chooseByDeps/index.vue index 71d991e..6f2907d 100644 --- a/src/pages/chooseByDeps/index.vue +++ b/src/pages/chooseByDeps/index.vue @@ -2,15 +2,18 @@
-
-
-
+
+ +
+
+
+ +
+
-
-
-
- - - -
-
-
-
- {{ props.data.name }} - - 部门 - - - 项目 - - - 公司 - -
-
- {{ beautifyTime(props.data.updated_at) }} -
-
-
-
- {{ props.data.msg_text }} -
-
-
-
- - -
-
+
+ +
+
+ + + +
+
+
+
+
+ {{ formatNameText(props.data.name) }} + + 部门 + + + 项目 + + + 公司 + +
+ +
+
+ {{ beautifyTime(props.data.updated_at) }} +
+
+
+
+ {{ props.data.msg_text }} +
+
+
+
+ +
+
+
diff --git a/src/static/image/mine/page_top.png b/src/static/image/mine/page_top.png new file mode 100644 index 0000000..59e0def Binary files /dev/null and b/src/static/image/mine/page_top.png differ