Commit 9ce5fb86 authored by 何远江's avatar 何远江

table 样式优化

parent 2bcef3e0
...@@ -87,7 +87,6 @@ ...@@ -87,7 +87,6 @@
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: 100%;
// table-search 表格搜索样式 // table-search 表格搜索样式
.table-search { .table-search {
......
...@@ -4,34 +4,16 @@ ...@@ -4,34 +4,16 @@
<ProTable :config="config" :data="data" ref="caseLRef"> <ProTable :config="config" :data="data" ref="caseLRef">
<template #table_top> <template #table_top>
<div class="flex"> <div class="flex">
<div>未分配案件数:<span class="blue">1000</span></div> <div>未分配案件数:<span class="text-blue-500 mr-1">1000</span></div>
<div>未分配CPE数:<span class="blue">1000</span></div> <div>未分配CPE数:<span class="text-blue-500 mr-1">1000</span></div>
<div>未分配总金额数:<span class="blue">1000</span></div> <div>未分配总金额数:<span class="text-blue-500 mr-1">1000</span></div>
</div> </div>
</template> </template>
<!-- 表格 header 按钮 --> <!-- 表格 header 按钮 -->
<template #left_buttons> <template #left_buttons>
<<<<<<< Updated upstream
<div>
<div class="table-tips">
<div>未分配案件数:<span class="blue">1000</span></div>
<div>未分配CPE数:<span class="blue">1000</span></div>
<div>未分配总金额数:<span class="blue">1000</span></div>
</div>
<div style="display: flex">
<el-button type="primary" @click="allocation" :disabled="selectdList.length === 0"
>分配
</el-button>
<el-button type="primary" :disabled="selectdList.length === 0">撤回 </el-button>
<el-button type="primary" :disabled="selectdList.length === 0">撤案 </el-button>
</div>
</div>
=======
<el-button type="primary" @click="allocation">分配 </el-button> <el-button type="primary" @click="allocation">分配 </el-button>
<el-button type="primary">撤回 </el-button> <el-button type="primary">撤回 </el-button>
<el-button type="primary">撤案 </el-button> <el-button type="primary">撤案 </el-button>
>>>>>>> Stashed changes
</template> </template>
</ProTable> </ProTable>
</div> </div>
......
<template> <template>
<div> <div class="table-box">
<div class="card flex mb-2"> <div class="card flex mb-2">
<div class="flex-1"> <div class="flex-1">
<div class="mb-1">1、上传文件</div> <div class="mb-1">1、上传文件</div>
......
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