基本信息
@@ -1257,6 +1262,38 @@
+
+
+
{
state.canclestu1 = false;
};
+ const showModal4 = () => {
+ state.canclestu2 = true;
+ };
+ const closeModal4 = () => {
+ state.canclestu2 = false;
+ };
const showModal2 = () => {
state.stugroup = true;
};
@@ -2479,6 +2523,7 @@ export default {
{
console.log("点击了111");
+ state.canclestu2 = true;
}}
>
删除
@@ -2618,6 +2663,8 @@ export default {
closeModal2,
showModal3,
closeModal3,
+ showModal4,
+ closeModal4,
showCopyModal,
closeCopyModal,
showTime,
@@ -2928,7 +2975,7 @@ export default {
margin-right: 14px;
}
.btn2 {
- background-color: #4ea6ff;
+ background-color: #409eff;
color: #ffffff;
}
}
@@ -3044,7 +3091,7 @@ export default {
margin-right: 14px;
}
.btn2 {
- background-color: #4ea6ff;
+ background-color: #409eff;
color: #ffffff;
}
}
@@ -4329,6 +4376,7 @@ export default {
}
}
.content6 {
+ margin-top: 20px;
width: 100%;
height: 100%;
// background-color: #bfa;
@@ -4401,7 +4449,7 @@ export default {
}
}
.btn1 {
- background: #388be1;
+ background: #409eff;
color: #fff;
margin-right: 16px;
}
@@ -4489,6 +4537,7 @@ export default {
}
}
.content7 {
+ margin-top: 20px;
.set_tit {
margin-left: 34px;
font-size: 18px;
diff --git a/src/views/projectcenter/TemplateLibrary.vue b/src/views/projectcenter/TemplateLibrary.vue
index 309d5096..0e4a00e7 100644
--- a/src/views/projectcenter/TemplateLibrary.vue
+++ b/src/views/projectcenter/TemplateLibrary.vue
@@ -23,7 +23,12 @@
v-model="selectTime"
type="date"
placeholder="创建时间"
- style="width: 270px; margin-right: 14px"
+ style="
+ width: 270px;
+ height: 40px;
+ border-radius: 8px;
+ margin-right: 14px;
+ "
/>
@@ -294,6 +299,7 @@ export default defineComponent({
}
}
.tmpl_body {
+ padding:0px 30px;
.tmpl_tabbox {
.operation {
display: flex;
diff --git a/src/views/research/ManagePage.vue b/src/views/research/ManagePage.vue
index 4a5d4025..88c5bdae 100644
--- a/src/views/research/ManagePage.vue
+++ b/src/views/research/ManagePage.vue
@@ -10,14 +10,14 @@