studentProjectWord.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. <template>
  2. <div id="studentProjectWord">
  3. <div id="title">
  4. <div class="school">深圳技师学院</div>
  5. <div class="wordTitle">学 生 创 客 项 目 申 报 书</div>
  6. <div class="date">申请日期:{{wordData.applicationDate}}</div>
  7. </div>
  8. <table border="1" cellspacing="0" class="table">
  9. <tr id="projectName">
  10. <td colspan="2" ref="projectName">项目名称</td><td colspan="5" >
  11. <el-input
  12. type="textarea"
  13. autosize
  14. style="width: 100%;"
  15. resize="none"
  16. placeholder="请输入项目名称"
  17. v-model="wordData.projectName">
  18. </el-input>
  19. </td>
  20. </tr>
  21. <tr id="radio">
  22. <td rowspan="2" colspan="2" ref="radio">项目分组</td><td>
  23. <el-radio v-model="wordData.radio" label="ed917c55-f51d-11ed-a3f6-509a4c5b67cf">创意组</el-radio>
  24. </td>
  25. <td colspan="4">立项项目为新立项项目,项目成果应具有较好的创意和较为成型的产品原型或能提供较好的商业模式,产生较好的社会效益。</td>
  26. </tr>
  27. <tr>
  28. <td>
  29. <el-radio v-model="wordData.radio" label="f3068e26-f51d-11ed-a3f6-509a4c5b67cf">初创组</el-radio>
  30. </td>
  31. <td colspan="4">立项项目为学校已结题学生创客项目或已入驻学校创业孵化基地的学生初创企业项目(毕业两年内),项目成果应为原结题项目基础上的技术升级、企业注册、规模扩张。</td>
  32. </tr>
  33. <tr id="checkList">
  34. <td colspan="2" ref="checkList">优先支持项目(可多选)</td> <td colspan="5">
  35. <el-checkbox-group v-model="wordData.checkList">
  36. <el-checkbox label="1">大赛选拔项目</el-checkbox>
  37. <el-checkbox label="2">落地注册项目</el-checkbox>
  38. <el-checkbox label="3">社会征集项目</el-checkbox>
  39. <el-checkbox label="4">产业命题项目</el-checkbox>
  40. </el-checkbox-group>
  41. </td>
  42. </tr>
  43. <tr id="schoolRadio">
  44. <td colspan="2" ref="schoolRadio">美丽校园改造项目(特色项目)</td> <td colspan="5">
  45. <el-radio v-model="wordData.schoolRadio" label="1">校园安全项目</el-radio>
  46. <el-radio v-model="wordData.schoolRadio" label="2">环境治理项目</el-radio>
  47. <el-radio v-model="wordData.schoolRadio" label="3">校园服务项目</el-radio>
  48. <el-radio v-model="wordData.schoolRadio" label="4">文创装置项目</el-radio>
  49. </td>
  50. </tr>
  51. <tr id="applyParsonRadio">
  52. <td colspan="2" ref="applyParsonRadio" >项 目 申 请 人</td><td colspan="2">
  53. <el-radio v-model="wordData.applyParsonRadio" label="1">在校学生</el-radio>
  54. </td><td colspan="3">
  55. <el-radio v-model="wordData.applyParsonRadio" label="2">入驻学校孵化基地的初创企业法人</el-radio>
  56. </td>
  57. </tr>
  58. <tr id="applyParsonName">
  59. <td colspan="2" ref="applyParsonName">申 请 人 姓 名</td><td colspan="1">
  60. <el-input
  61. type="textarea"
  62. autosize
  63. style="width: 100%;"
  64. resize="none"
  65. placeholder="请输入姓名"
  66. v-model="wordData.applyParsonName">
  67. </el-input>
  68. </td>
  69. <td ref="college">参与学院/公司</td>
  70. <td>
  71. <el-select v-model="wordData.college" style="width: 100%;" placeholder="请选择所在学院">
  72. <el-option
  73. v-for="item in DepartmentData"
  74. :key="item.id"
  75. :label="item.name"
  76. :value="item.id">
  77. </el-option>
  78. </el-select>
  79. </td><td ref="tel">联系电话</td><td>
  80. <el-input type="number" v-model="wordData.tel" @blur="getText(wordData.tel)" placeholder="请输入联系方式"></el-input>
  81. </td>
  82. </tr>
  83. <tr id="beginTime">
  84. <td colspan="2" ref="beginTime">项 目 起 始 时 间</td>
  85. <td colspan="2">
  86. <el-date-picker
  87. v-model="wordData.beginTime"
  88. type="date"
  89. placeholder="请选择项目计划完成时间"
  90. prefix-icon="none"
  91. value-format="yyyy-MM-dd HH:mm:ss">
  92. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  93. </el-date-picker></td>
  94. <td ref="endTime">计划完成时间</td>
  95. <td colspan="2">
  96. <el-date-picker
  97. v-model="wordData.endTime"
  98. type="date"
  99. placeholder="请选择项目计划完成时间"
  100. prefix-icon="none"
  101. value-format="yyyy-MM-dd HH:mm:ss">
  102. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  103. </el-date-picker>
  104. </td>
  105. </tr>
  106. <tr>
  107. <td colspan="2">项 目 组 人 数</td>
  108. <td>
  109. {{ wordData.studentS.length + wordData.teacherS.length }}
  110. </td>
  111. <td>参与学生人数</td>
  112. <td>
  113. {{ wordData.studentS.length }}
  114. </td>
  115. <td>参与教师人数</td>
  116. <td>
  117. {{ wordData.teacherS.length }}
  118. </td>
  119. </tr>
  120. <tr id="studentS">
  121. <td :rowspan="wordData.studentS.length+1" ref="studentS">项目组学生成员(至少2个学院以上学生构成,团队5人以上)</td><td>姓名</td><td colspan="2">所在学院/部门/专业</td><td colspan="3">项目组角色分工</td>
  122. </tr>
  123. <tr style="position: relative;" v-for="(item,index) in wordData.studentS" :key="index+'a'">
  124. <td>
  125. <el-input
  126. type="textarea"
  127. autosize
  128. style="width: 100%;"
  129. resize="none"
  130. placeholder="请输入姓名"
  131. v-model="item.name">
  132. </el-input>
  133. </td>
  134. <td colspan="2">
  135. <el-input
  136. type="textarea"
  137. autosize
  138. style="width: 100%;"
  139. resize="none"
  140. placeholder="请输入所在学院/部门/专业"
  141. v-model="item.collage">
  142. </el-input>
  143. </td>
  144. <td colspan="3">
  145. <el-input
  146. type="textarea"
  147. autosize
  148. style="width: 100%;"
  149. resize="none"
  150. placeholder="请输入项目组角色分工"
  151. v-model="item.work">
  152. </el-input>
  153. </td>
  154. <div class="operate">
  155. <el-button @click="addStudent" v-if="wordData.studentS.length==index+1" type="primary" size="mini">添加</el-button>
  156. <el-button v-if="wordData.studentS.length>6" @click="DelStudent(index)" type="primary" size="mini">删除</el-button>
  157. </div>
  158. </tr>
  159. <tr id="teacherS">
  160. <td :rowspan="wordData.teacherS.length+1" ref="teacherS">项目组指导教师(2个学院以上,团队2-3人)</td><td>姓名</td><td colspan="2">所在学院/部门/专业</td><td colspan="3">项目组角色分工</td>
  161. </tr>
  162. <tr style="position: relative !important;" v-for="(item,index) in wordData.teacherS" :key="index+'b'">
  163. <td>
  164. <el-input
  165. type="textarea"
  166. autosize
  167. style="width: 100%;"
  168. resize="none"
  169. placeholder="请输入姓名"
  170. v-model="item.name">
  171. </el-input>
  172. </td>
  173. <td colspan="2">
  174. <el-input
  175. type="textarea"
  176. autosize
  177. style="width: 100%;"
  178. resize="none"
  179. placeholder="请输入所在学院/部门/专业"
  180. v-model="item.collage">
  181. </el-input>
  182. </td>
  183. <td colspan="3">
  184. <el-input
  185. type="textarea"
  186. autosize
  187. style="width: 100%;"
  188. resize="none"
  189. placeholder="请输入项目组角色分工"
  190. v-model="item.work">
  191. </el-input>
  192. </td>
  193. <div class="operate">
  194. <el-button @click="addTeacher" v-if="wordData.teacherS.length==index+1" type="primary" size="mini">添加</el-button>
  195. <el-button v-if="wordData.teacherS.length!=2" @click="DelTeacher(index)" type="primary" size="mini">删除</el-button>
  196. </div>
  197. <!-- <div style="position: absolute;">
  198. <div>+</div>
  199. <div>_</div>
  200. </div> -->
  201. </tr>
  202. <tr id="brief">
  203. <td rowspan="5" ref="brief">研发内容</td><td style="text-align: left;position: relative;" colspan="6" class="textLeft">
  204. <p>项目简介(200-300字)</p>
  205. <el-input
  206. type="textarea"
  207. :rows="6"
  208. resize="none"
  209. placeholder="请输入项目简介"
  210. style="width: 100%;"
  211. v-model="wordData.brief">
  212. </el-input>
  213. <div style="color: #ccc;position: absolute;right: 60px;bottom: 10px;">{{ wordData.brief.length }}/300</div>
  214. </td>
  215. </tr>
  216. <tr>
  217. <td style="text-align: left;" colspan="6" class="textLeft">
  218. <p>项目研发背景</p>
  219. <el-input
  220. type="textarea"
  221. :autosize="{ minRows: 6, maxRows: 20}"
  222. style="width: 100%;"
  223. resize="none"
  224. v-model="wordData.introduce.back">
  225. </el-input>
  226. </td>
  227. </tr>
  228. <tr>
  229. <td style="text-align: left;" colspan="6" class="textLeft">
  230. <p>项目创新点</p>
  231. <el-input
  232. type="textarea"
  233. :autosize="{ minRows: 6, maxRows: 20}"
  234. style="width: 100%;"
  235. resize="none"
  236. v-model="wordData.introduce.innovate">
  237. </el-input>
  238. </td>
  239. </tr>
  240. <tr>
  241. <td style="text-align: left;" colspan="6" class="textLeft">
  242. <p>技术研发路线</p>
  243. <el-input
  244. type="textarea"
  245. :autosize="{ minRows: 6, maxRows: 20}"
  246. style="width: 100%;"
  247. resize="none"
  248. v-model="wordData.introduce.path">
  249. </el-input>
  250. </td>
  251. </tr>
  252. <tr>
  253. <td style="text-align: left;" colspan="6" class="textLeft">
  254. <p>项目应用场景 </p>
  255. <el-input
  256. type="textarea"
  257. :autosize="{ minRows: 6, maxRows: 20}"
  258. style="width: 100%;"
  259. resize="none"
  260. v-model="wordData.introduce.scene">
  261. </el-input>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td>商业模式及社会价值</td>
  266. <td style="text-align: left;" colspan="6" class="textLeft">
  267. <p>项目商业模式/社会价值</p>
  268. <el-input
  269. type="textarea"
  270. :autosize="{ minRows: 6, maxRows: 20}"
  271. style="width: 100%;"
  272. resize="none"
  273. v-model="wordData.introduce.worth">
  274. </el-input>
  275. </td>
  276. </tr>
  277. <tr>
  278. <td>团队优势</td>
  279. <td style="text-align: left;" colspan="6" class="textLeft">
  280. <p>团队构成及优势</p>
  281. <el-input
  282. type="textarea"
  283. :autosize="{ minRows: 6, maxRows: 20}"
  284. style="width: 100%;"
  285. resize="none"
  286. v-model="wordData.introduce.team">
  287. </el-input>
  288. </td>
  289. </tr>
  290. <tr>
  291. <td>研发成本</td>
  292. <td style="text-align: left;" colspan="6" class="textLeft">
  293. <p>研发成本来源及构成</p>
  294. <el-input
  295. type="textarea"
  296. :autosize="{ minRows: 6, maxRows: 20}"
  297. style="width: 100%;"
  298. resize="none"
  299. v-model="wordData.introduce.cost">
  300. </el-input>
  301. </td>
  302. </tr>
  303. <tr>
  304. <td rowspan="3">预期成果</td>
  305. <td style="text-align: left;" colspan="6" class="textLeft">
  306. <p>项目预期成果、数量及形式(产品原型/发明专利/双创竞赛/成果转化/社会效益)</p>
  307. <el-input
  308. type="textarea"
  309. :autosize="{ minRows: 6, maxRows: 20}"
  310. style="width: 100%;"
  311. resize="none"
  312. v-model="wordData.introduce.expectResults">
  313. </el-input>
  314. </td>
  315. </tr>
  316. <tr class="textLeft">
  317. <td style="text-align: left;" colspan="6">
  318. <p>学生创客人才培养预期成果、数量(教师填写)</p>
  319. <el-input
  320. type="textarea"
  321. :autosize="{ minRows: 6, maxRows: 20}"
  322. style="width: 100%;"
  323. resize="none"
  324. v-model="wordData.introduce.expectResultsTeacher">
  325. </el-input>
  326. </td>
  327. </tr>
  328. <tr class="textLeft">
  329. <td style="text-align: left;" colspan="6">
  330. <p>项目预期孵化、转化创业项目情况</p>
  331. <el-input
  332. type="textarea"
  333. :autosize="{ minRows: 6, maxRows: 20}"
  334. style="width: 100%;"
  335. resize="none"
  336. v-model="wordData.introduce.expectConversion">
  337. </el-input>
  338. </td>
  339. </tr>
  340. <tr>
  341. <td>实施计划</td>
  342. <td style="text-align: left;" colspan="6" class="textLeft">
  343. <el-input
  344. type="textarea"
  345. :autosize="{ minRows: 6, maxRows: 20}"
  346. style="width: 100%;"
  347. resize="none"
  348. v-model="wordData.introduce.plan">
  349. </el-input>
  350. </td>
  351. </tr>
  352. <tr id="fund">
  353. <td rowspan="12" ref="fund">预算经费</td><td>总经费</td><td colspan="5">
  354. {{ reversedMessage==0?'':reversedMessage}}元
  355. </td>
  356. </tr>
  357. <tr>
  358. <td>支出类别</td><td colspan="2">支出项目</td><td>金额(元)</td><td colspan="4">备 注</td>
  359. </tr>
  360. <tr>
  361. <td rowspan="5">直接费用</td>
  362. </tr>
  363. <tr>
  364. <td colspan="2">小型仪器设备费</td>
  365. <td>
  366. <el-input
  367. type="number"
  368. autosize
  369. style="width: 100%;"
  370. resize="none"
  371. placeholder="小型仪器设备费"
  372. v-model="wordData.fund.facility">
  373. </el-input>
  374. </td><td colspan="2">
  375. 项目开展所需的小型专用仪器设备、工具、配件购置或租赁费用。
  376. </td>
  377. </tr>
  378. <tr>
  379. <td colspan="2">材料费</td><td>
  380. <el-input
  381. type="number"
  382. autosize
  383. style="width: 100%;"
  384. resize="none"
  385. placeholder="材料费"
  386. v-model="wordData.fund.materials">
  387. </el-input>
  388. </td><td colspan="2">
  389. 项目开展需消耗的各种原材料、辅助材料等低值易耗品的采购费用。
  390. </td>
  391. </tr>
  392. <tr>
  393. <td colspan="2">测试化验加工费</td><td>
  394. <el-input
  395. type="number"
  396. autosize
  397. style="width: 100%;"
  398. resize="none"
  399. placeholder="测试化验加工费"
  400. v-model="wordData.fund.process">
  401. </el-input>
  402. </td><td colspan="2">
  403. 项目开展过程中支付给外单位的检验、测试、化验、计算、分析及加工费等费用。
  404. </td>
  405. </tr>
  406. <tr>
  407. <td colspan="2">项目协作费</td><td>
  408. <el-input
  409. type="number"
  410. autosize
  411. style="width: 100%;"
  412. resize="none"
  413. placeholder="项目协作费"
  414. v-model="wordData.fund.assist">
  415. </el-input>
  416. </td><td colspan="2">
  417. 按合同规定支付给协作单位的费用
  418. </td>
  419. </tr>
  420. <tr>
  421. <td rowspan="5">间接费用</td>
  422. </tr>
  423. <tr>
  424. <td colspan="2">项目成果鉴定费</td><td>
  425. <el-input
  426. type="number"
  427. autosize
  428. style="width: 100%;"
  429. resize="none"
  430. placeholder="项目成果鉴定费"
  431. v-model="wordData.fund.authenticate">
  432. </el-input>
  433. </td><td colspan="2">
  434. 学术会务费、评审费、鉴定费、成果集制作费等费用。
  435. </td>
  436. </tr>
  437. <tr>
  438. <td colspan="2">参展参赛费</td><td>
  439. <el-input
  440. type="number"
  441. autosize
  442. style="width: 100%;"
  443. resize="none"
  444. placeholder="参展参赛费"
  445. v-model="wordData.fund.match">
  446. </el-input>
  447. </td><td colspan="2">
  448. 参加创客展会、竞赛等所需的报名费、展位费、布展费、宣传推广费及差旅费等费用。
  449. </td>
  450. </tr>
  451. <tr>
  452. <td colspan="2">创客交流活动费</td><td>
  453. <el-input
  454. type="number"
  455. autosize
  456. style="width: 100%;"
  457. resize="none"
  458. placeholder="创客交流活动费"
  459. v-model="wordData.fund.activity">
  460. </el-input>
  461. </td><td colspan="2">
  462. 创客交流活动中支付给校外专家的指导费、咨询费、授课费等费用。
  463. </td>
  464. </tr>
  465. <tr>
  466. <td colspan="2">知识产权事务费</td><td>
  467. <el-input
  468. type="number"
  469. autosize
  470. style="width: 100%;"
  471. resize="none"
  472. placeholder="知识产权事务费"
  473. v-model="wordData.fund.affair">
  474. </el-input>
  475. </td><td colspan="2">
  476. 论文版面费、专利及其他知识产权事务等费用。
  477. </td>
  478. </tr>
  479. <tr>
  480. <td>所在学院/部门意见</td><td colspan="6" class="textLeft" style="height:200px">
  481. <div style="text-align: right;font-size: 18px;width: 80%;margin-bottom: 20px;">负责人签章:</div>
  482. <div style="text-align: right;font-size: 18px;width: 90%;">年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  483. </td>
  484. </tr>
  485. <tr>
  486. <td>财务部门意见</td><td colspan="6" class="textLeft" style="height:200px">
  487. <div style="text-align: right;font-size: 18px;width: 80%;margin-bottom: 20px;">负责人签章:</div>
  488. <div style="text-align: right;font-size: 18px;width: 90%;">年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  489. </td>
  490. </tr>
  491. <tr>
  492. <td>创新创业学院审核意见</td><td colspan="6" class="textLeft" style="height:200px">
  493. <div style="text-align: right;font-size: 18px;width: 80%;margin-bottom: 20px;">负责人签章:</div>
  494. <div style="text-align: right;font-size: 18px;width: 90%;">年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  495. </td>
  496. </tr>
  497. </table>
  498. <div class="notes">
  499. <span>备注:</span>
  500. <span>1.表格可顺延或另附页。</span>
  501. <span>2.优先支持项目需提供与研发项目相关的实证材料并查看原件。</span>
  502. <span>3.初创组已结题项目申请需提供结题验收证明、初创企业申请需提供入驻学校孵化基地协议书及公司营业执照。</span>
  503. </div>
  504. </div>
  505. </template>
  506. <script>
  507. export default {
  508. props:["wordData",'reversedMessage'],
  509. data() {
  510. return {
  511. DepartmentData:[], //部门学院
  512. }
  513. },
  514. methods: {
  515. addTeacher(){ //添加老师
  516. if (this.wordData.teacherS.length>=3) return this.$message.error('指导老师最多三人')
  517. this.wordData.teacherS.push({name:"",collage:"",work:""});
  518. },
  519. DelTeacher(index){ //删除老师
  520. this.wordData.teacherS.splice(index,1)
  521. },
  522. addStudent(){ //添加学生
  523. this.wordData.studentS.push({name:"",collage:"",work:""});
  524. },
  525. DelStudent(index){ //删除学生
  526. this.wordData.studentS.splice(index,1)
  527. },
  528. getProjectDepartmentData(){ //获取项目立项申请基础信息页面所在部门数据
  529. this.ajax.get(this.$store.state.api+'/SelectAllDepartment',{
  530. uid:this.$store.state.userInfo.userid
  531. }).then(res=>{
  532. this.DepartmentData = res.data[0]
  533. },err=>{
  534. console.log(err);
  535. })
  536. },
  537. },
  538. computed:{ //经费总合
  539. },
  540. mounted(){
  541. this.getProjectDepartmentData()
  542. }
  543. };
  544. </script>
  545. <style lang="less" scoped>
  546. #studentProjectWord{
  547. width: 100%;
  548. display: flex;
  549. flex-direction: column;
  550. align-items: center;
  551. background-color: #ffff;
  552. margin: 0;
  553. padding:40px 100px;
  554. box-sizing:border-box;
  555. #title{
  556. width: 100%;
  557. display: flex;
  558. flex-direction: column;
  559. align-items: center;
  560. position: relative;
  561. // margin-top: 40px;
  562. .school{
  563. font-size: 2.5em;
  564. font-weight: bold;
  565. letter-spacing: 20px;
  566. }
  567. .wordTitle{
  568. font-size: 2em;
  569. letter-spacing: .15em;
  570. margin-bottom:40px ;
  571. }
  572. .date{
  573. font-size: 1em;
  574. position: absolute;
  575. bottom: 0;
  576. right: 100px;
  577. font-weight: bold;
  578. }
  579. }
  580. .table{
  581. border: none;
  582. border-top: solid 1px black;
  583. border-right: solid 1px black;
  584. .textLeft{
  585. :deep(.el-textarea__inner){
  586. border: none ;
  587. border-radius: 0px;
  588. text-align: left !important;
  589. font-size: 16px;
  590. }
  591. }
  592. tr td{
  593. border: none;
  594. border-bottom: solid 1px black;
  595. border-left: solid 1px black;
  596. height: 50px;
  597. text-align: center;
  598. line-height: 30px;
  599. width: 14.3%;
  600. p{
  601. font-weight: 600;
  602. }
  603. :deep(.el-select .el-input .el-select__caret){
  604. display: none;
  605. font-family:Arial,"Microsoft Yahe","微软雅黑";
  606. }
  607. :deep(.el-textarea__inner){
  608. // padding: 0;
  609. border: none ;
  610. border-radius: 0px;
  611. text-align: center;
  612. font-size: 16px;
  613. font-family:Arial,"Microsoft Yahe","微软雅黑";
  614. }
  615. :deep(.el-input__inner){
  616. border: none ;
  617. border-radius: 0px;
  618. text-align: center;
  619. font-size: 16px;
  620. font-family:Arial,"Microsoft Yahe","微软雅黑";
  621. }
  622. :deep(input)::-webkit-outer-spin-button,
  623. :deep(input)::-webkit-inner-spin-button {
  624. -webkit-appearance: none;
  625. }
  626. :deep(input)[type="number"]{
  627. -moz-appearance: textfield;
  628. }
  629. }
  630. }
  631. .notes{
  632. width: 100%;
  633. display: flex;
  634. flex-direction:column;
  635. }
  636. }
  637. .operate{
  638. right:-85px;
  639. width:85px;
  640. height: 50px;
  641. display:flex;
  642. justify-content:space-between;
  643. align-items:center;
  644. position:absolute;
  645. .el-button{
  646. max-width:10px;
  647. display:flex;
  648. justify-content:center;
  649. align-items:center;
  650. margin-left:10px;
  651. }
  652. }
  653. </style>