|
@@ -2,6 +2,14 @@
|
|
|
<!-- 测试上传组件 -->
|
|
|
<div v-loading="loading" id="test">
|
|
|
<div id="word">
|
|
|
+ <!-- 学生项目立项 -->
|
|
|
+ <studentProjectWord />
|
|
|
+
|
|
|
+ <!-- 创客专项资金及项目申请表(个人创客) -->
|
|
|
+ <!-- <markerFundWord/> -->
|
|
|
+
|
|
|
+ <!-- 创客专项资金及项目申请表(创客活动) -->
|
|
|
+ <!-- <markeractivityWord/> -->
|
|
|
<!-- <studentProjectWord /> --> <!-- 学生项目立项 -->
|
|
|
<markerFundWord/> <!-- 创客专项资金及项目申请表(个人创客) -->
|
|
|
<markeractivityWord/> <!--创客专项资金及项目申请表(创客活动)-->
|
|
@@ -110,12 +118,12 @@
|
|
|
width: 1350px;
|
|
|
height: auto;
|
|
|
}
|
|
|
- //去除input number样式
|
|
|
- input::-webkit-outer-spin-button,
|
|
|
- input::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
- input[type="number"]{
|
|
|
- -moz-appearance: textfield;
|
|
|
- }
|
|
|
+ //去除input number样式
|
|
|
+ input::-webkit-outer-spin-button,
|
|
|
+ input::-webkit-inner-spin-button {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ }
|
|
|
+ input[type="number"]{
|
|
|
+ -moz-appearance: textfield;
|
|
|
+ }
|
|
|
</style>
|