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
2983c854
Commit
2983c854
authored
Sep 19, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题
parent
6193e84c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
qingkong.svg
src/assets/icons/svg/qingkong.svg
+1
-0
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+26
-2
No files found.
src/assets/icons/svg/qingkong.svg
0 → 100644
View file @
2983c854
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"8"
height=
"8"
viewBox=
"0 0 8 8"
><defs><style>
.a,.c,.d,.e{fill:none;}.b{isolation:isolate;clip-path:url(#a);}.c,.d,.e{stroke:currentColor;stroke-linejoin:round;stroke-width:0.65px;}.c,.e{stroke-linecap:round;}.c{fill-rule:evenodd;}
</style><clipPath
id=
"a"
><rect
class=
"a"
width=
"8"
height=
"8"
/></clipPath></defs><g
class=
"b"
><g
transform=
"translate(-4.675 -5.589)"
><path
class=
"c"
d=
"M7.9,5.914H9.445V7.576h2.9V9.238H5V7.576H7.9Z"
transform=
"translate(0 0)"
/><path
class=
"d"
d=
"M8,26.019h6.1V22H8Z"
transform=
"translate(-2.377 -12.761)"
/><path
class=
"e"
d=
"M16,35.157V33.914"
transform=
"translate(-8.874 -21.921)"
/><path
class=
"e"
d=
"M24,35.144V33.9"
transform=
"translate(-15.328 -21.908)"
/><path
class=
"e"
d=
"M32,35.157V33.914"
transform=
"translate(-21.782 -21.921)"
/><path
class=
"e"
d=
"M12,40h4.435"
transform=
"translate(-5.546 -26.742)"
/></g></g></svg>
src/views/medical-record-management/medical-edit.vue
View file @
2983c854
...
...
@@ -691,7 +691,7 @@ color: #333333;"
type=
"danger"
@
click=
"handleClearRow(scope.row, 'stockDispenseOutboundList','clear-medication')"
>
<svg-icon
icon-class=
"
liebiao_icon_shanchu
"
/>
<svg-icon
icon-class=
"
qingkong
"
/>
清空
</el-button>
</
template
>
...
...
@@ -899,6 +899,18 @@ color: #333333;"
<svg-icon
icon-class=
"liebiao_icon_shanchu"
/>
删除
</el-button>
<el-button
v-if=
"scope.row.isAdd"
id=
"clear-check"
plain
size=
"mini"
class=
"el-button--error--solid"
type=
"danger"
@
click=
"handleClearRow(scope.row, 'checkManageBos','clear-check')"
>
<svg-icon
icon-class=
"qingkong"
/>
清空
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -1089,6 +1101,18 @@ color: #333333;"
<svg-icon
icon-class=
"liebiao_icon_shanchu"
/>
删除
</el-button>
<el-button
v-if=
"scope.row.isAdd"
id=
"clear-therapy"
plain
size=
"mini"
class=
"el-button--error--solid"
type=
"danger"
@
click=
"handleClearRow(scope.row, 'treatManageBo','clear-therapy')"
>
<svg-icon
icon-class=
"qingkong"
/>
清空
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -1806,7 +1830,7 @@ export default {
/* 清空按钮方法 */
handleClearRow
(
row
,
listName
,
removeButtonId
)
{
// 删除信息行
this
.
$confirm
(
'是否确认
删除此条数据,删除后不可恢复'
,
'删除
'
,
{
this
.
$confirm
(
'是否确认
清空此条数据,清空后不可恢复'
,
'清空
'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
,
...
...
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