UI优化
This commit is contained in:
@@ -81,7 +81,7 @@ onMounted(async () => {
|
||||
:bgType="2"
|
||||
bgColor="#F5F5F5"
|
||||
:whiteBackArrow="false"
|
||||
title="计分本"
|
||||
title="计分与技术分析"
|
||||
>
|
||||
<view class="container">
|
||||
<view class="header">
|
||||
@@ -163,6 +163,7 @@ onMounted(async () => {
|
||||
align-items: center;
|
||||
color: #ffffffc7;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.header > image {
|
||||
position: absolute;
|
||||
@@ -182,6 +183,6 @@ onMounted(async () => {
|
||||
font-size: 27px;
|
||||
font-weight: 500;
|
||||
margin-right: 5px;
|
||||
color: #fff;
|
||||
color: #FFF4C9;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -153,6 +153,7 @@ onLoad(async (options) => {
|
||||
width: clac(100% - 20px);
|
||||
overflow-x: auto;
|
||||
padding: 0 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.tab-bar::-webkit-scrollbar {
|
||||
width: 0;
|
||||
|
||||
@@ -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