Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
9ce5fb86
Commit
9ce5fb86
authored
Dec 26, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
table 样式优化
parent
2bcef3e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
23 deletions
+4
-23
element.scss
src/styles/element.scss
+0
-1
index.vue
src/views/property/case-allocation/index.vue
+3
-21
index.vue
src/views/property/import/index.vue
+1
-1
No files found.
src/styles/element.scss
View file @
9ce5fb86
...
...
@@ -87,7 +87,6 @@
flex
:
1
;
flex-direction
:
column
;
width
:
100%
;
height
:
100%
;
// table-search 表格搜索样式
.table-search
{
...
...
src/views/property/case-allocation/index.vue
View file @
9ce5fb86
...
...
@@ -4,34 +4,16 @@
<ProTable
:config=
"config"
:data=
"data"
ref=
"caseLRef"
>
<template
#
table_top
>
<div
class=
"flex"
>
<div>
未分配案件数:
<span
class=
"
blue
"
>
1000
</span>
件
</div>
<div>
未分配CPE数:
<span
class=
"
blue
"
>
1000
</span>
件
</div>
<div>
未分配总金额数:
<span
class=
"
blue
"
>
1000
</span>
元
</div>
<div>
未分配案件数:
<span
class=
"
text-blue-500 mr-1
"
>
1000
</span>
件
</div>
<div>
未分配CPE数:
<span
class=
"
text-blue-500 mr-1
"
>
1000
</span>
件
</div>
<div>
未分配总金额数:
<span
class=
"
text-blue-500 mr-1
"
>
1000
</span>
元
</div>
</div>
</
template
>
<!-- 表格 header 按钮 -->
<
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"
>
撤回
</el-button>
<el-button
type=
"primary"
>
撤案
</el-button>
>>>>>>> Stashed changes
</
template
>
</ProTable>
</div>
...
...
src/views/property/import/index.vue
View file @
9ce5fb86
<
template
>
<div>
<div
class=
"table-box"
>
<div
class=
"card flex mb-2"
>
<div
class=
"flex-1"
>
<div
class=
"mb-1"
>
1、上传文件
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment