This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
workorder-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
3 months ago
parent
fd1558fd97
commit
653baa0d15
1 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
pages_order/order/WorkOrders.vue
+ 10
- 1
pages_order/order/WorkOrders.vue
View File
@ -86,6 +86,9 @@
@
click
=
"$utils.navigateTo('/pages_order/order/ModifyWorkOrder?id=' + id)"
>
修改
<
/
view
>
<
view
class
=
"modi a"
>
已收藏
<
/
view
>
<
/
view
>
<
/
view
>
<
/
template
>
@ -173,12 +176,18 @@
display
:
flex
;
align
-
items
:
center
;
justify
-
content
:
center
;
gap
:
30
rpx
;
.
modi
{
padding
:
20
rpx
60
rpx
;
background
-
color
:
rgb
(
2
,
167
,
240
)
;
border
-
radius
:
15
rpx
;
background
-
color
:
$uni
-
color
;
color
:
#
fff
;
}
.
a
{
background
-
color
:
#
fff
;
border
:
1
rpx
solid
$uni
-
color
;
color
:
$uni
-
color
;
}
}
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save