feat:添加当日最新涨跌幅

This commit is contained in:
hzm
2026-02-05 01:40:57 +08:00
parent cfd7104137
commit 6ae47f68c7
2 changed files with 318 additions and 81 deletions

View File

@@ -541,6 +541,13 @@ input[type="number"] {
}
}
/* 禁止移动端输入框自动缩放 */
@media (max-width: 640px) {
.input.no-zoom {
font-size: 16px !important;
}
}
.tab {
padding: 0 20px;
border-radius: 8px;