Commit 8eec3c9f authored by yun's avatar yun

杂七杂八

parent 40cdb6ae
/src/views/Schedule/ScheduleForm/components/addAnnex.vue
/src/components/mt-organization/*
/src/components/qrCodeUtil.vue
......@@ -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>&nbsp;{{ 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;
......
......@@ -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;
......
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