Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-07-24 09:48:43 +0800
Commit
6c6dfab4506eca43ea6084704326102f62f570bb
2 parents
7b9efcd5
0f71db22
Merge branch 'feature/finance' into 'release/3.0'
时间控件样式修改 See merge request
!24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
app/pages/finance/clearing/clearing.vue
app/pages/finance/clearing/stock.vue
app/pages/finance/payment/payment.vue
app/pages/finance/payment/stock.vue
app/pages/finance/clearing/clearing.vue
View file @
6c6dfab
@@ -157,4 +157,8 @@ export default {
@@ -157,4 +157,8 @@ export default {
157
.table-btn {
157
.table-btn {
158
margin-bottom: 20px;
158
margin-bottom: 20px;
159
}
159
}
160
+
161
+
.ivu-date-picker {
162
+
width: 190px;
163
+
}
160
</style>
164
</style>
app/pages/finance/clearing/stock.vue
View file @
6c6dfab
@@ -108,4 +108,8 @@ export default {
@@ -108,4 +108,8 @@ export default {
108
.table-btn {
108
.table-btn {
109
margin-bottom: 20px;
109
margin-bottom: 20px;
110
}
110
}
111
+
112
+
.ivu-date-picker {
113
+
width: 190px;
114
+
}
111
</style>
115
</style>
app/pages/finance/payment/payment.vue
View file @
6c6dfab
@@ -143,4 +143,8 @@ export default {
@@ -143,4 +143,8 @@ export default {
143
.table-btn {
143
.table-btn {
144
margin-bottom: 20px;
144
margin-bottom: 20px;
145
}
145
}
146
+
147
+
.ivu-date-picker {
148
+
width: 190px;
149
+
}
146
</style>
150
</style>
app/pages/finance/payment/stock.vue
View file @
6c6dfab
@@ -109,4 +109,8 @@ export default {
@@ -109,4 +109,8 @@ export default {
109
.table-btn {
109
.table-btn {
110
margin-bottom: 20px;
110
margin-bottom: 20px;
111
}
111
}
112
+
113
+
.ivu-date-picker {
114
+
width: 190px;
115
+
}
112
</style>
116
</style>
Please
register
or
login
to post a comment