yuanyiming 2 年之前
父節點
當前提交
8ad1bfbad7

+ 3 - 3
src/views/activityManage/makerActvityApply.vue

@@ -207,9 +207,9 @@
                 </div>
               </div>
               <div slot="footer" class="footer">
-                <el-button v-if="isAddTeacher" type="primary" @click="commit" class="diaBtn" size="small">确认提交</el-button>
-                <el-button v-if="!isAddTeacher"  type="primary" @click="change" class="diaBtn" size="small">确认修改</el-button>
-                <el-button @click="handleClose" class="diaBtn" size="small">取消</el-button>
+                <el-button v-if="isAddTeacher" type="primary" @click="commit" class="AllDialogBtn" size="small">确认提交</el-button>
+                <el-button v-if="!isAddTeacher"  type="primary" @click="change" class="AllDialogBtn" size="small">确认修改</el-button>
+                <el-button @click="handleClose" class="AllDialogBtn" size="small">取消</el-button>
               </div>
         </el-dialog>
       <!--添加成员dialog对话框结束 -->

+ 0 - 1
src/views/activityManage/makerActvityApplyMain.vue

@@ -84,7 +84,6 @@ import makerActvityApply2 from './makerActvityApply2.vue';
                 this.ajax.get(this.$store.state.api+"/GetAllProjectName",{
                     uid:this.$store.state.userInfo.userid,
                 }).then(res=>{
-                    console.log(res);
                     this.makerActvityApplyData.project = res.data[0];
                 }).catch(err=>{
                     this.$message.error(err.message)

+ 2 - 2
src/views/projectApply/projectApplication2.vue

@@ -59,8 +59,8 @@
           <div class="addDialogLogo">LOGO</div>
           <div class="deleteContent">确定修改项目基本信息?</div>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="init" class="AllDialogBtn" size="small">取消</el-button>
           </span>
         </el-dialog>
       <!-- 修改对话框结束 -->

+ 1 - 0
src/views/projectManage/ProjectManagement3_1.vue

@@ -137,6 +137,7 @@
                 type="textarea"
                 :rows="6"
                 resize="none"
+                style="color: black;font-size: 16px;font-weight: 600;"
                 placeholder="请输入内容"
                 v-model="selects.brief">
               </el-input>