Commit 8eec3c9f authored by yun's avatar yun

杂七杂八

parent 40cdb6ae
/src/views/Schedule/ScheduleForm/components/addAnnex.vue /src/views/Schedule/ScheduleForm/components/addAnnex.vue
/src/components/mt-organization/* /src/components/mt-organization/*
/src/components/qrCodeUtil.vue
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
<em <em
v-for="(item, key) in courseInfo.tagList" v-for="(item, key) in courseInfo.tagList"
:key="key" :key="key"
class="item_left"
> >
<span style="font-size: 12px;text-align: center;position: relative;top: -1px;">{{key===0?'':'|'}}</span>&nbsp;{{ item.lname }} <span style="font-size: 12px;text-align: center;position: relative;top: -1px;">{{key===0?'':'|'}}</span>&nbsp;{{ item.lname }}
</em> </em>
...@@ -1693,6 +1694,10 @@ export default { ...@@ -1693,6 +1694,10 @@ export default {
color: #9e9e9e; color: #9e9e9e;
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
.item_left{
position: relative;
left: 7px
}
em { em {
font-style: normal; font-style: normal;
color: #333333; color: #333333;
......
...@@ -1684,6 +1684,12 @@ export default { ...@@ -1684,6 +1684,12 @@ export default {
background: #f7f7f7; background: #f7f7f7;
} }
.spanStyleControll { .spanStyleControll {
.input-date::-ms-input-placeholder {
font-size: 14px;
}
.input-date::-webkit-input-placeholder {
font-size: 14px;
}
textarea::-ms-input-placeholder { textarea::-ms-input-placeholder {
color: #CCCCCCFF; color: #CCCCCCFF;
} }
...@@ -1699,6 +1705,7 @@ export default { ...@@ -1699,6 +1705,7 @@ export default {
.applyDate { .applyDate {
input::-ms-input-placeholder { input::-ms-input-placeholder {
text-align: center; text-align: center;
font-size: inherit;
} }
input::-webkit-input-placeholder { input::-webkit-input-placeholder {
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment