-
+
@@ -15,7 +15,7 @@
- 查询
+ 查询
@@ -236,16 +236,17 @@ export default {
}
/* 查询表单 按钮样式 */
-.query ::v-deep .el-button,
-::v-deep .border-btn.el-button {
- border-color: #4E7CFF;
- color: #4E7CFF;
-}
+// .query ::v-deep .el-button,
+// ::v-deep .border-btn.el-button {
+// border-color: #4E7CFF;
+// color: #4E7CFF;
+// }
.scroll {
overflow-y: auto;
}
-::v-deep .el-input__inner {
- height: 40px !important;
-}
+// ::v-deep .el-input__inner {
+// height: 32px !important;
+// }
+
\ No newline at end of file
diff --git a/src/views/projectFront/laborManage/visitorsManage.vue b/src/views/projectFront/laborManage/visitorsManage.vue
index c0d11c42..6eb15cda 100644
--- a/src/views/projectFront/laborManage/visitorsManage.vue
+++ b/src/views/projectFront/laborManage/visitorsManage.vue
@@ -50,8 +50,8 @@
>
添加
+ >添加
+
diff --git a/src/views/projectFront/nucleicAcidOvertimePersonnel/index.vue b/src/views/projectFront/nucleicAcidOvertimePersonnel/index.vue
index 762c743d..db373f23 100644
--- a/src/views/projectFront/nucleicAcidOvertimePersonnel/index.vue
+++ b/src/views/projectFront/nucleicAcidOvertimePersonnel/index.vue
@@ -159,12 +159,12 @@ export default {
box-sizing: border-box;
}
.screenItem {
- width: 110px;
- height: 40px;
+ width: 62px;
+ height: 32px;
border: 1px solid #606266;
border-radius: 5px;
color: #606266;
- line-height: 40px;
+ line-height: 32px;
text-align: center;
margin-right: 20px;
}
diff --git a/src/views/projectThree/homePage.vue b/src/views/projectThree/homePage.vue
index cef1329e..22bc95c6 100644
--- a/src/views/projectThree/homePage.vue
+++ b/src/views/projectThree/homePage.vue
@@ -16,7 +16,7 @@
@@ -171,7 +171,11 @@ export default {
methods: {
// 退出
toBack(){
- window.open("/index.html#/projectList", "_self");
+ if(this.accountType == 5 || this.accountType == 6){
+ window.open("/index.html#/login", "_self");
+ }else{
+ window.open("/index.html#/projectList", "_self");
+ }
localStorage.setItem('model','defaultModel')
localStorage.removeItem("active");
localStorage.removeItem("path");