Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
468ee0bd
Commit
468ee0bd
authored
Apr 27, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微调
parent
3954d3f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
appoint-time.vue
src/components/appoint/appoint-time.vue
+2
-2
feedback.vue
src/pages/order/feedback.vue
+5
-0
No files found.
src/components/appoint/appoint-time.vue
View file @
468ee0bd
...
...
@@ -195,8 +195,8 @@
.time-item
{
min-width
:
196rpx
;
margin-right
:
2
1
rpx
;
margin-bottom
:
2
4
rpx
;
margin-right
:
2
4
rpx
;
margin-bottom
:
2
0
rpx
;
border-radius
:
12rpx
;
padding
:
26rpx
20rpx
24rpx
;
background-color
:
#F4F5F7
;
...
...
src/pages/order/feedback.vue
View file @
468ee0bd
...
...
@@ -59,7 +59,9 @@
<text
class=
"txt"
>
{{
txt
}}
</text>
</view>
</view>
<view
class=
"input-view"
>
<u-input
v-show=
"showRemark"
v-model=
"trace.remark"
class=
"textarea"
height=
"156"
type=
"textarea"
placeholder=
"请补充详细说明,以便于记录您的接单信用分"
></u-input>
</view>
</view>
<view
class=
"time-view"
>
<appoint-time
@
dateChange=
"dateChange"
@
timeChange=
"timeChange"
@
weekChange=
"weekChange"
></appoint-time>
...
...
@@ -365,6 +367,9 @@
overflow
:
hidden
;
white-space
:
nowrap
;
}
.input-view
{
margin-bottom
:
30rpx
;
}
.textarea
{
/
deep
/
.u-input
{
...
...
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