Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
8eec3c9f
Commit
8eec3c9f
authored
Apr 01, 2020
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
杂七杂八
parent
40cdb6ae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
.eslintignore
.eslintignore
+1
-0
index.vue
src/views/TrainDetail/index.vue
+5
-0
index.vue
src/views/addTrain/index.vue
+7
-0
No files found.
.eslintignore
View file @
8eec3c9f
/src/views/Schedule/ScheduleForm/components/addAnnex.vue
/src/components/mt-organization/*
/src/components/qrCodeUtil.vue
src/views/TrainDetail/index.vue
View file @
8eec3c9f
...
...
@@ -113,6 +113,7 @@
<em
v-for=
"(item, key) in courseInfo.tagList"
:key=
"key"
class=
"item_left"
>
<span
style=
"font-size: 12px;text-align: center;position: relative;top: -1px;"
>
{{key===0?'':'|'}}
</span>
{{ item.lname }}
</em>
...
...
@@ -1693,6 +1694,10 @@ export default {
color: #9e9e9e;
font-size: 14px;
text-align: left;
.item_left{
position: relative;
left: 7px
}
em {
font-style: normal;
color: #333333;
...
...
src/views/addTrain/index.vue
View file @
8eec3c9f
...
...
@@ -1684,6 +1684,12 @@ export default {
background: #f7f7f7;
}
.spanStyleControll {
.input-date::-ms-input-placeholder {
font-size: 14px;
}
.input-date::-webkit-input-placeholder {
font-size: 14px;
}
textarea::-ms-input-placeholder {
color: #CCCCCCFF;
}
...
...
@@ -1699,6 +1705,7 @@ export default {
.applyDate {
input::-ms-input-placeholder {
text-align: center;
font-size: inherit;
}
input::-webkit-input-placeholder {
text-align: center;
...
...
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