UI优化
This commit is contained in:
@@ -141,6 +141,7 @@ const toDetailPage = (id) => {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 15px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.selectors > view {
|
||||
display: flex;
|
||||
@@ -180,9 +181,9 @@ const toDetailPage = (id) => {
|
||||
width: 40px;
|
||||
}
|
||||
.point-records {
|
||||
margin: 15px;
|
||||
margin-bottom: 0;
|
||||
height: calc(100% - 70px);
|
||||
margin: 0 15px;
|
||||
margin-top: 10px;
|
||||
height: calc(100% - 80px);
|
||||
}
|
||||
.no-data {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user