+
{{ survey.project_name }}
- {{ survey.created_user }}
+
+ {{ survey.created_user }}
- 创建时间{{ survey.created_at }}
+
+ 创建时间{{ survey.created_at }}
-
-
-
+h1 {
+ margin: 17px 0 12px 0;
+ font-weight: 800;
+ line-height: 15px;
+ text-align: left;
+ font-style: normal;
+}
+
diff --git a/src/components/TemplateMarketItem/Index.vue b/src/components/TemplateMarketItem/Index.vue
index ec1ec75..9a5536e 100644
--- a/src/components/TemplateMarketItem/Index.vue
+++ b/src/components/TemplateMarketItem/Index.vue
@@ -20,6 +20,4 @@
diff --git a/src/layouts/redirect.vue b/src/layouts/redirect.vue
index 795aa18..7c98801 100644
--- a/src/layouts/redirect.vue
+++ b/src/layouts/redirect.vue
@@ -54,12 +54,13 @@ const handlePopState = () => {
diff --git a/src/views/HomeSearch/components/Recommend/Index.vue b/src/views/HomeSearch/components/Recommend/Index.vue
index 0ef2c1a..decd2ce 100644
--- a/src/views/HomeSearch/components/Recommend/Index.vue
+++ b/src/views/HomeSearch/components/Recommend/Index.vue
@@ -10,11 +10,11 @@ useFetchRecommon();
-
-
- {{ tag.key_word }}
-
-
+
+ {{
+ tag.key_word
+ }}
+
@@ -23,12 +23,19 @@ useFetchRecommon();
历史记录
- 清除
- {{ tag }}
+ {{ tag }}
@@ -39,7 +46,7 @@ useFetchRecommon();
.recommend-container {
margin-top: 20px;
- padding: 0 theme.$card-radius;
+ padding: 0 (theme.$gap * 2);
}
.history-title {
diff --git a/src/views/HomeSearch/components/TemplateMarket/Index.vue b/src/views/HomeSearch/components/TemplateMarket/Index.vue
index 58e750f..1519077 100644
--- a/src/views/HomeSearch/components/TemplateMarket/Index.vue
+++ b/src/views/HomeSearch/components/TemplateMarket/Index.vue
@@ -77,3 +77,10 @@ function handleTemplateClick(template: any) {
/>
+
+