style: 优化详情页图表和指标区域样式
This commit is contained in:
parent
66298f7379
commit
393ec7cfe7
@ -1373,9 +1373,7 @@ const deletePortfolio = async () => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8rpx;
|
||||
padding: 12rpx 0 16rpx;
|
||||
border-bottom: 1rpx solid #F3F4F6;
|
||||
margin-bottom: 12rpx;
|
||||
padding: 0 0 20rpx 0;
|
||||
}
|
||||
|
||||
.indicator-label {
|
||||
@ -1393,9 +1391,8 @@ const deletePortfolio = async () => {
|
||||
/* 图表区域 */
|
||||
.chart-area {
|
||||
width: 100%;
|
||||
height: 320rpx;
|
||||
height: 400rpx;
|
||||
position: relative;
|
||||
margin: 0 -12rpx;
|
||||
}
|
||||
|
||||
.nav-canvas {
|
||||
@ -1474,17 +1471,13 @@ const deletePortfolio = async () => {
|
||||
.nav-stats {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 12rpx;
|
||||
margin-top: 20rpx;
|
||||
padding-top: 20rpx;
|
||||
border-top: 1rpx solid #F3F4F6;
|
||||
gap: 16rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
|
||||
.nav-stats .stat-item {
|
||||
text-align: center;
|
||||
padding: 8rpx 4rpx;
|
||||
background-color: #F9FAFB;
|
||||
border-radius: 12rpx;
|
||||
padding: 12rpx 0;
|
||||
}
|
||||
|
||||
.nav-stats .stat-label {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user