update:对接个人训练改版

This commit is contained in:
2026-07-23 09:44:58 +08:00
parent a78ab1daeb
commit 3c5754b3fd
64 changed files with 1769 additions and 488 deletions
@@ -21,7 +21,7 @@ const previewLines = computed(() => {
<view class="difficulty-preview">
<image
class="difficulty-preview__bg"
src="/static/training-difficulty-design/text.png"
src="../static/training-difficulty-design/text.png"
mode="widthFix"
/>
<view class="difficulty-preview__content">
@@ -52,10 +52,15 @@ const previewLines = computed(() => {
.difficulty-preview__content {
position: absolute;
top: 28rpx;
top: 0;
left: 30rpx;
box-sizing: border-box;
width: 486rpx;
height: 93%;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
.difficulty-preview__title {