Commit 11bbcb3a authored by songrui's avatar songrui

工作台样式修改

parent cb8eebf7
<template>
<div class="h-full flex flex-col first-screen">
<div class="shrink-0 flex pb-2 px-2 py-3 items-center">
<div class="shrink-0 flex pb-2 px-2 pt-3 items-center">
<van-tabs shrink type="card" class="grow doc-tab-round" line>
<van-tab title="全部" title-style="padding: 0 .2rem"></van-tab>
</van-tabs>
......@@ -8,7 +8,7 @@
@click='openSearch' />
</div>
<div class='grow pt-1 relative min-h-0'>
<div class='h-full overflow-y-auto px-2' ref='list'>
<div class='h-full overflow-y-auto px-2 pb-3' ref='list'>
<van-pull-refresh v-model='loadingRefresh' @refresh='onRefresh'
:disabled='isRefreshDisable' style="min-height: 100%">
<van-list
......
<template>
<div class="h-full flex flex-col heigh-risk">
<div class="shrink-0 flex pb-2 px-2 py-3 items-center">
<div class="shrink-0 flex pb-2 px-2 pt-3 items-center">
<van-tabs shrink type="card" class="grow doc-tab-round" line
v-model:active="activeTab"
@change="tabChange">
......@@ -12,7 +12,7 @@
</div>
</div>
<div class='grow pt-1 relative min-h-0'>
<div class='h-full overflow-y-auto px-2' ref='list'>
<div class='h-full overflow-y-auto px-2 pb-3' ref='list'>
<van-pull-refresh v-model='loadingRefresh' @refresh='onRefresh'
:disabled='isRefreshDisable' style="min-height: 100%">
<van-list
......
<template>
<div class="h-full flex flex-col receive">
<div class="shrink-0 flex pb-2 px-2 py-3 items-center">
<div class="shrink-0 flex pb-2 px-2 pt-3 items-center">
<van-tabs shrink type="card" class="grow doc-tab-round" line>
<van-tab title="全部" title-style="padding: 0 .2rem"></van-tab>
</van-tabs>
......@@ -8,7 +8,7 @@
@click='openSearch' />
</div>
<div class='grow pt-1 relative min-h-0'>
<div class='h-full overflow-y-auto px-2' ref='list'>
<div class='h-full overflow-y-auto px-2 pb-3' ref='list'>
<van-pull-refresh v-model='loadingRefresh' @refresh='onRefresh'
:disabled='isRefreshDisable' style="min-height: 100%">
<van-list
......
<template>
<div class="h-full flex flex-col visit">
<div class="shrink-0 flex pb-2 px-2 py-3 items-center">
<div class="shrink-0 flex pb-2 px-2 pt-3 items-center">
<van-tabs shrink type="card" class="grow doc-tab-round" line
v-model:active="activeTab"
@change="tabChange">
......@@ -12,7 +12,7 @@
</div>
</div>
<div class='grow pt-1 relative min-h-0'>
<div class='h-full overflow-y-auto px-2' ref='list'>
<div class='h-full overflow-y-auto px-2 pb-3' ref='list'>
<van-pull-refresh v-model='loadingRefresh' @refresh='onRefresh'
:disabled='isRefreshDisable' style="min-height: 100%">
<van-list
......
<template>
<div class="h-full flex flex-col work">
<div class="shrink-0 flex px-2 pb-2 py-3 items-center">
<div class="shrink-0 flex px-2 pb-2 pt-3 items-center">
<van-tabs shrink type="card" class="grow doc-tab-round" line>
<van-tab title="全部" title-style="padding: 0 .2rem"></van-tab>
</van-tabs>
......@@ -8,7 +8,7 @@
@click='openSearch' />
</div>
<div class='grow pt-1 relative min-h-0'>
<div class='h-full px-2 overflow-y-auto' ref='list'>
<div class='h-full px-2 pb-3 overflow-y-auto' ref='list'>
<van-pull-refresh v-model='loadingRefresh' @refresh='onRefresh'
:disabled='isRefreshDisable' style="min-height: 100%">
<van-list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment