Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-12 17:23:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8b6f35259add499a59bef73625ae3c576d5e657
f8b6f352
1 parent
230b22f0
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
src/assets/styles/index.scss
src/views/allocationConfig/preReview/index.vue
src/assets/styles/index.scss
View file @
f8b6f35
...
...
@@ -319,3 +319,28 @@ body {
.btn-mb-4
{
margin-bottom
:
4px
;
}
textarea
:
:-
webkit-input-placeholder
{
/* WebKit browsers */
color
:
#C0C4CC
!
important
;
font-size
:
13px
!
important
;
font-family
:
'Helvetica Neue'
,
Helvetica
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
SimSun
,
sans-serif
;
}
textarea
:
-
moz-placeholder
{
/* Mozilla Firefox 4 to 18 */
color
:
#c0c4cc
!
important
;
font-size
:
13px
!
important
;
font-family
:
'Helvetica Neue'
,
Helvetica
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
SimSun
,
sans-serif
;
}
textarea
:
:-
moz-placeholder
{
/* Mozilla Firefox 19+ */
color
:
#c0c4cc
!
important
;
font-size
:
13px
!
important
;
font-family
:
'Helvetica Neue'
,
Helvetica
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
SimSun
,
sans-serif
;
}
textarea
:
:-
ms-input-placeholder
{
/* Internet Explorer 10+ */
color
:
#c0c4cc
!
important
;
font-size
:
13px
!
important
;
font-family
:
'Helvetica Neue'
,
Helvetica
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
SimSun
,
sans-serif
;
}
...
...
src/views/allocationConfig/preReview/index.vue
View file @
f8b6f35
...
...
@@ -199,6 +199,7 @@ export default {
close() {
this.dialogVisible = false
this.newPre.addFlitNo = ''
this.$refs.addForm.clearValidate()
},
//翻页
currentChange(val) {
...
...
Please
register
or
login
to post a comment