Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
45c4185e
Commit
45c4185e
authored
Sep 16, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题
parent
625b114f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
68 deletions
+70
-68
choose-pet.vue
...e-management/registration-queue/components/choose-pet.vue
+70
-68
No files found.
src/views/service-management/registration-queue/components/choose-pet.vue
View file @
45c4185e
...
...
@@ -6,7 +6,6 @@
:visible
.
sync=
"isShow"
:before-close=
"closeModle"
width=
"75rem"
:height=
"initial"
>
<el-form
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
:rules=
"rules"
label-width=
"6.25rem"
size=
"small"
>
<div
class=
"basicInformation"
>
...
...
@@ -48,10 +47,10 @@
</el-form-item>
</el-form>
<!-- 列表区-->
<div
:style=
"
{ maxHeight: maxHeight, overflow: 'auto' }">
<el-table
ref=
"table"
v-loading=
"loading"
height=
"27.5rem"
style=
"cursor: pointer;"
row-key=
"petBo.petsId"
:data=
"petsList"
...
...
@@ -117,6 +116,7 @@
</
template
>
</el-table-column>
</el-table>
</div>
<!--分页-->
<pagination
v-show=
"total>6"
...
...
@@ -149,6 +149,8 @@ export default {
},
data
()
{
return
{
minHeight
:
'21rem'
,
// 设置最小高度
maxHeight
:
'21rem'
,
// 设置最小高度
// 会员等级下拉框
membershipLeveMap
:
{
'1'
:
'一级会员'
,
...
...
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