style:样式调整

This commit is contained in:
houjunxiang
2025-11-25 11:24:16 +08:00
parent f1efe8ee61
commit 44398c6004
2 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template> <template>
<view> <view>
<navbar-back :autoBack="false" title="分析记录" @leftClick="customBack"></navbar-back> <navbar-back :autoBack="false" title="分析记录" @leftClick="customBack"></navbar-back>
<u-row gutter="16"> <u-row>
<u-col span="4"> <u-col span="4">
<view class="content-title-name"> <view class="content-title-name">
<text>任务列表</text> <text>任务列表</text>
@@ -32,11 +32,11 @@
</scroll-view> </scroll-view>
</u-col> </u-col>
<u-col span="8"> <u-col span="8">
<view class="content-title-name"> <view class="pl16">
<text>样品列表</text> <view class="content-title-name">
</view> <text>样品列表</text>
<u-gap height="5" bg-color="#0055A2"></u-gap> </view>
<view> <u-gap height="5" bg-color="#0055A2"></u-gap>
<scroll-view scroll-y scroll-with-animation style="height: calc(82vh - 60px)"> <scroll-view scroll-y scroll-with-animation style="height: calc(82vh - 60px)">
<block v-for="(sample, index) in sampleList" :key="index"> <block v-for="(sample, index) in sampleList" :key="index">
<view class="sample-item"> <view class="sample-item">

View File

@@ -1,7 +1,7 @@
<template> <template>
<view> <view>
<navbar-back :autoBack="false" title="样品分析" @leftClick="customBack"></navbar-back> <navbar-back :autoBack="false" title="样品分析" @leftClick="customBack"></navbar-back>
<u-row class="content-title" gutter="16"> <u-row class="content-title">
<u-col span="4"> <u-col span="4">
<view class="content-title-name"> <view class="content-title-name">
<text>任务列表</text> <text>任务列表</text>
@@ -23,12 +23,12 @@
</scroll-view> </scroll-view>
</u-col> </u-col>
<u-col span="8"> <u-col span="8">
<view class="content-title-name"> <view class="pl16">
<text>样品列表</text> <view class="content-title-name">
<up-badge v-if="sampleList.length > 0" class="ml5" :value="sampleList.length" type="warning"></up-badge> <text>样品列表</text>
</view> <up-badge v-if="sampleList.length > 0" class="ml5" :value="sampleList.length" type="warning"></up-badge>
<u-gap height="5" bg-color="#0055A2"></u-gap> </view>
<view> <u-gap height="5" bg-color="#0055A2"></u-gap>
<scroll-view scroll-y scroll-with-animation style="height: calc(82vh - 60px)"> <scroll-view scroll-y scroll-with-animation style="height: calc(82vh - 60px)">
<u-checkbox-group placement="column" v-model="checkedSampleCodes"> <u-checkbox-group placement="column" v-model="checkedSampleCodes">
<block v-for="(sample, index) in sampleList" :key="index"> <block v-for="(sample, index) in sampleList" :key="index">