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
625b114f
Commit
625b114f
authored
Sep 15, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题
parent
92017a39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
choose-pet.vue
...e-management/registration-queue/components/choose-pet.vue
+2
-1
register-modle.vue
...nagement/registration-queue/components/register-modle.vue
+1
-1
No files found.
src/views/service-management/registration-queue/components/choose-pet.vue
View file @
625b114f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:visible
.
sync=
"isShow"
:visible
.
sync=
"isShow"
:before-close=
"closeModle"
:before-close=
"closeModle"
width=
"75rem"
width=
"75rem"
append-to-body
:height=
"initial"
>
>
<el-form
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
:rules=
"rules"
label-width=
"6.25rem"
size=
"small"
>
<el-form
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
:rules=
"rules"
label-width=
"6.25rem"
size=
"small"
>
<div
class=
"basicInformation"
>
<div
class=
"basicInformation"
>
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
<el-table
<el-table
ref=
"table"
ref=
"table"
v-loading=
"loading"
v-loading=
"loading"
height=
"27.5rem"
style=
"cursor: pointer;"
style=
"cursor: pointer;"
row-key=
"petBo.petsId"
row-key=
"petBo.petsId"
:data=
"petsList"
:data=
"petsList"
...
...
src/views/service-management/registration-queue/components/register-modle.vue
View file @
625b114f
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
:header-cell-class-name=
"cellClass"
:header-cell-class-name=
"cellClass"
:header-cell-style=
"
{background:'#F4F4F4'}"
:header-cell-style=
"
{background:'#F4F4F4'}"
row-key="id"
row-key="id"
:height="initial
"
height="35rem
"
@selection-change="handleSelectionChange"
@selection-change="handleSelectionChange"
>
>
<el-table-column
label=
"日期"
min-width=
"80"
prop=
"workDate"
show-overflow-tooltip
>
<el-table-column
label=
"日期"
min-width=
"80"
prop=
"workDate"
show-overflow-tooltip
>
...
...
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