diff --git a/components/DeepMate.vue b/components/DeepMate.vue
index d7a0f67..2891c1e 100644
--- a/components/DeepMate.vue
+++ b/components/DeepMate.vue
@@ -26,18 +26,19 @@
市场风险提示
-
+
@@ -196,16 +197,20 @@
.stock-input {
flex: 1;
height: 36px;
- font-size: 14px;
+ font-size: 13px;
color: #ffffff;
- padding: 0 10px;
+ padding: 0 8px;
border: none;
background-color: transparent;
+ min-width: 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
-.stock-input::placeholder {
+/* .stock-input::placeholder {
color: rgba(255, 255, 255, 0.8);
-}
+} */
.send-button-container {
display: flex;
@@ -278,4 +283,28 @@
opacity: 0;
}
}
+
+/* 小屏幕设备优化 */
+@media screen and (max-width: 375px) {
+ .stock-input {
+ font-size: 12px;
+ padding: 0 6px;
+ }
+
+ .deepmate-action {
+ padding: 6px 12px;
+ }
+}
+
+/* 超小屏幕设备优化 */
+@media screen and (max-width: 320px) {
+ .stock-input {
+ font-size: 11px;
+ padding: 0 4px;
+ }
+
+ .deepmate-action {
+ padding: 5px 10px;
+ }
+}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index bcb036c..35e10c6 100644
--- a/pages.json
+++ b/pages.json
@@ -361,6 +361,13 @@
"navigationStyle": "custom"
}
}
+ },
+ {
+ "path" : "pages/notFoundBriefing/notFoundBriefing",
+ "style" :
+ {
+ "navigationBarTitleText" : "机构动向简报"
+ }
}
],
diff --git a/pages/deepExploration/deepExploration.vue b/pages/deepExploration/deepExploration.vue
index f523971..b29b807 100644
--- a/pages/deepExploration/deepExploration.vue
+++ b/pages/deepExploration/deepExploration.vue
@@ -46,7 +46,7 @@
-
+