Commit 256b75ac authored by hailiang.sun's avatar hailiang.sun

修改最小字体

parent 9b00c080
......@@ -105,10 +105,10 @@ export default {
margin-top: 20px;
height: 36px;
line-height: 36px;
font-size: 12px !important;
font-size: 14px !important;
padding-left: 10px;
::v-deep .ant-radio-wrapper {
font-size: 12px;
font-size: 14px;
}
}
}
......@@ -119,7 +119,7 @@ export default {
margin-top: 20px;
height: 36px;
line-height: 36px;
font-size: 12px !important;
font-size: 14px !important;
padding-left: 10px;
}
.point {
......
......@@ -67,7 +67,7 @@ export default {
.ant-btn {
&:nth-child(1) {
margin-right: 30px;
font-size: 12px;
font-size: 14px;
color: white;
border: none;
}
......@@ -81,7 +81,7 @@ export default {
}
.desc {
color: #cccccc;
font-size: 12px;
font-size: 14px;
margin-left: 4px;
}
}
......@@ -92,13 +92,13 @@ export default {
margin-top: 15px;
}
.label {
font-size: 12px;
font-size: 14px;
color: #aaaaaa;
}
.content {
width: 400px;
color: #333333;
font-size: 12px;
font-size: 14px;
line-height: 40px;
background: #fafafa;
margin-top: 4px;
......
......@@ -32,7 +32,7 @@
<div class="right">
<Combos v-if="!next" />
<Detail />
<SelectInstitution />
<SelectInstitution v-if="false" />
</div>
</div>
<div class="btn">
......@@ -42,8 +42,7 @@
</template>
<script>
import SelectInstitution from './selectInstitution.vue';
import SelectInstitution from "./selectInstitution.vue";
import Combos from "./components/combo.vue";
import Detail from "./components/detail.vue";
......@@ -52,7 +51,7 @@ export default {
components: {
Combos,
Detail,
SelectInstitution
SelectInstitution,
},
props: {},
data() {
......@@ -110,7 +109,7 @@ export default {
display: inline-block;
width: 102px;
line-height: 32px;
font-size: 12px;
font-size: 14px;
color: #aaaaaa;
padding-left: 12px;
}
......
......@@ -53,18 +53,18 @@ export default {
text-align: right;
.date {
color: #999999;
font-size: 12px;
font-size: 14px;
margin-top: 12px;
}
}
.left {
.title {
color: #333333;
font-size: 12px;
font-size: 14px;
font-weight: bold;
}
.detail {
font-size: 12px;
font-size: 14px;
color: #999999;
line-height: 30px;
margin-top: 12px;
......
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