Merge branch 'feature_bugfix/20260106' into feature_bugfix/20260116_V2
* feature_bugfix/20260106: style(Community): 相关股票弹窗表格 hover 背景色改为深色
This commit is contained in:
@@ -122,6 +122,13 @@
|
|||||||
scrollbar-color: rgba(255, 215, 0, 0.4) rgba(255, 255, 255, 0.05);
|
scrollbar-color: rgba(255, 215, 0, 0.4) rgba(255, 255, 255, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 相关股票表格 hover 样式 - 深色背景 */
|
||||||
|
.related-stocks-table-wrapper .ant-table-tbody > tr:hover > td,
|
||||||
|
.related-stocks-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td,
|
||||||
|
.related-stocks-table-wrapper .ant-table-cell-row-hover {
|
||||||
|
background: rgba(30, 40, 70, 0.8) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tag 样式优化 */
|
/* Tag 样式优化 */
|
||||||
.hero-panel-modal .ant-tag {
|
.hero-panel-modal .ant-tag {
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user