|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
-<div id="MakerSpaceWord">
|
|
|
+<div id="studentProjectWord">
|
|
|
<div id="title">
|
|
|
<div class="school">深圳技师学院</div>
|
|
|
<div class="wordTitle">学 生 创 客 项 目 申 报 书</div>
|
|
@@ -791,82 +791,8 @@ import {getNowDate} from '@/components/tool/Date.js'
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scope>
|
|
|
- .textLeft{
|
|
|
- .el-textarea__inner{
|
|
|
- // padding: 0;
|
|
|
- border: none ;
|
|
|
- border-radius: 0px;
|
|
|
- text-align: left !important;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
- .table{
|
|
|
- border: none;
|
|
|
- border-top: solid 1px black;
|
|
|
- border-right: solid 1px black;
|
|
|
- tr td{
|
|
|
- // padding: 10px;s
|
|
|
- border: none;
|
|
|
- border-bottom: solid 1px black;
|
|
|
- border-left: solid 1px black;
|
|
|
- height: 50px;
|
|
|
- text-align: center;
|
|
|
- line-height: 30px;
|
|
|
- // min-width: 60%;
|
|
|
- width: 14.3%;
|
|
|
- p{
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- .el-select .el-input .el-select__caret{
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .el-textarea__inner{
|
|
|
- // padding: 0;
|
|
|
- border: none ;
|
|
|
- border-radius: 0px;
|
|
|
- text-align: center;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- .el-input__inner{
|
|
|
- border: none ;
|
|
|
- border-radius: 0px;
|
|
|
- text-align: center;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .twoCol{
|
|
|
- column-span: 2;
|
|
|
- }
|
|
|
- .operate{
|
|
|
- right:-85px;
|
|
|
- width:85px;
|
|
|
- height: 50px;
|
|
|
- display:flex;
|
|
|
- justify-content:space-between;
|
|
|
- align-items:center;
|
|
|
- position:absolute;
|
|
|
- .el-button{
|
|
|
- max-width:10px;
|
|
|
- display:flex;
|
|
|
- justify-content:center;
|
|
|
- align-items:center;
|
|
|
- margin-left:10px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- //在style里面添加此段代码即可
|
|
|
-
|
|
|
- input::-webkit-outer-spin-button,
|
|
|
- input::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
- input[type="number"]{
|
|
|
- -moz-appearance: textfield;
|
|
|
- }
|
|
|
-
|
|
|
-#MakerSpaceWord{
|
|
|
+<style lang="less" scoped>
|
|
|
+#studentProjectWord{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -875,8 +801,6 @@ import {getNowDate} from '@/components/tool/Date.js'
|
|
|
margin: 0;
|
|
|
padding:100px;
|
|
|
box-sizing:border-box;
|
|
|
-
|
|
|
-}
|
|
|
#title{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
@@ -903,10 +827,54 @@ import {getNowDate} from '@/components/tool/Date.js'
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
- .notes{
|
|
|
- width: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction:column;
|
|
|
- }
|
|
|
+ .table{
|
|
|
+ border: none;
|
|
|
+ border-top: solid 1px black;
|
|
|
+ border-right: solid 1px black;
|
|
|
+ .textLeft{
|
|
|
+ :deep(.el-textarea__inner){
|
|
|
+ border: none ;
|
|
|
+ border-radius: 0px;
|
|
|
+ text-align: left !important;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ tr td{
|
|
|
+ border: none;
|
|
|
+ border-bottom: solid 1px black;
|
|
|
+ border-left: solid 1px black;
|
|
|
+ height: 50px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 30px;
|
|
|
+ width: 14%;
|
|
|
+ p{
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+ :deep(.el-select .el-input .el-select__caret){
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ :deep(.el-textarea__inner){
|
|
|
+ // padding: 0;
|
|
|
+ border: none ;
|
|
|
+ border-radius: 0px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ :deep(.el-input__inner){
|
|
|
+ border: none ;
|
|
|
+ border-radius: 0px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .notes{
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction:column;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
</style>
|