Skip to content

Commit 5f1eaf0

Browse files
author
spark
committed
feat(frontend): 扩展股票搜索框占位符文本
- 将搜索框的占位符文本从"请输入股票名称或者代码"修改为"请输入股票/指数名称或者代码" - 这个修改使得用户更加清晰地知道可以在搜索框中输入股票或指数的名称或代码
1 parent 116dae1 commit 5f1eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/stock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function fullscreen(){
325325
autocomplete: 'disabled',
326326
}"
327327
:options="options"
328-
placeholder="请输入股票名称或者代码"
328+
placeholder="请输入股票/指数名称或者代码"
329329
clearable @update-value="getStockList" :on-select="onSelect"/>
330330
<n-button type="primary" @click="AddStock">
331331
<n-icon :component="Add"/> &nbsp;关注该股票

0 commit comments

Comments
 (0)