SanHQin 1 年之前
父節點
當前提交
4f864ca186

文件差異過大導致無法顯示
+ 0 - 0
dist/css/120.0b2aea36.css


文件差異過大導致無法顯示
+ 0 - 0
dist/css/200.4abddf51.css


+ 1 - 0
dist/css/631.050295c9.css

@@ -0,0 +1 @@
+.projectApplication .btnClass[data-v-13652870]{width:70px!important;max-width:70px;min-width:70px}.projectApplication[data-v-13652870] .el-table__row .el-table__cell{cursor:pointer}.projectApplication[data-v-13652870] .el-table__row .el-table__cell:last-child{cursor:default}

文件差異過大導致無法顯示
+ 0 - 0
dist/css/774.9bc01a22.css


+ 0 - 1
dist/css/861.15b64cbb.css

@@ -1 +0,0 @@
-.projectApplication .btnClass[data-v-5978ea3c]{width:70px!important;max-width:70px;min-width:70px}.projectApplication[data-v-5978ea3c] .el-table__row .el-table__cell{cursor:pointer}.projectApplication[data-v-5978ea3c] .el-table__row .el-table__cell:last-child{cursor:default}

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.45150633.js"></script><script defer="defer" src="/js/app.5e5de64c.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.431d2a6a.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.45150633.js"></script><script defer="defer" src="/js/app.5a0edff5.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.431d2a6a.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

文件差異過大導致無法顯示
+ 0 - 0
dist/js/120.3d742d9f.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/120.3d742d9f.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/200.99f23c9b.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/200.99f23c9b.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/631.58e608fc.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/631.58e608fc.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/66.f3e91628.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/66.f3e91628.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/678.f4908ec1.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/678.f4908ec1.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/79.220de767.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/79.220de767.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/861.a3c7e506.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.5a0edff5.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.5a0edff5.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.5e5de64c.js


+ 5 - 1
src/views/projectApply/components/studentProjectWord.vue

@@ -978,10 +978,11 @@ export default {
   flex-direction: column;
   align-items: center;
   background-color: #ffff;
-  margin: 0;
+  margin: 0 auto;
   font-size: 18px !important;
   padding: 40px 100px;
   box-sizing: border-box;
+	// font-family: 'FangSong';
   /deep/ .el-checkbox__label {
     font-size: 16px !important;
   }
@@ -1053,6 +1054,7 @@ export default {
       :deep(.el-select .el-input .el-select__caret) {
         display: none;
         font-family: Arial, "Microsoft Yahe", "微软雅黑";
+				// font-family: 'FangSong';
       }
       :deep(.el-textarea__inner) {
         // padding: 0;
@@ -1061,6 +1063,7 @@ export default {
         text-align: center;
         font-size: 16px;
         font-family: Arial, "Microsoft Yahe", "微软雅黑";
+				// font-family: 'FangSong';
       }
       :deep(.el-input__inner) {
         border: none;
@@ -1068,6 +1071,7 @@ export default {
         text-align: center;
         font-size: 16px;
         font-family: Arial, "Microsoft Yahe", "微软雅黑";
+				// font-family: 'FangSong';
       }
       :deep(input)::-webkit-outer-spin-button,
       :deep(input)::-webkit-inner-spin-button {

+ 1 - 0
src/views/projectApply/components/studentProjectWordShow.vue

@@ -686,6 +686,7 @@ export default {
   font-size: 18px !important;
   padding: 40px 100px;
   box-sizing: border-box;
+	// font-family: 'FangSong';
   #title {
     // width: 100%;
     line-height: 40px;

+ 2 - 0
src/views/projectApply/projectApplication.vue

@@ -885,6 +885,8 @@ export default {
     // }
   },
   mounted() {
+		// 默认选择当前年份
+		this.selectInp.year = new Date().getFullYear().toString();
     //跳转到此页面立刻获取数据
     this.getData(); //获取表格数据
     // this.getUser();

部分文件因文件數量過多而無法顯示