@@ -442,8 +442,9 @@ export default {
.displayInfo {
background-color: #fbfbfb;
position: relative;
- margin-left: 5px;
+
width: 99%;
+ margin: 10px 10px 0 5px;
> .btn {
display: flex;
@@ -469,7 +470,7 @@ export default {
> .title {
font-weight: 600;
margin-left: 20px;
- margin-bottom: 25px;
+ margin-bottom: 20px;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 18px;
@@ -480,7 +481,7 @@ export default {
}
> .radio {
- margin: 20px 20px;
+ margin: 10px 20px;
}
> .tabIndex {
@@ -525,7 +526,7 @@ export default {
.setting {
width: 100%;
- height: 140px;
+ height: 15vh;
position: absolute;
bottom: 0;
left: 0;
@@ -539,8 +540,8 @@ export default {
cursor: pointer;
.img {
- width: 44px;
- height: 44px;
+ width: 5vh;
+ height: 5vh;
img {
width: 100%;
diff --git a/src/views/masterDataOptions/index.vue b/src/views/masterDataOptions/index.vue
index 284e4f8..f229bf2 100644
--- a/src/views/masterDataOptions/index.vue
+++ b/src/views/masterDataOptions/index.vue
@@ -132,7 +132,7 @@ export default {
methods: {
//删除
deleteHandle(row) {
- this.$confirm('该操作会将数据所有信息都会被删除,是否确认删除?。', '警告', {
+ this.$confirm('该操作将删除所有数据。确定删除吗?。', '警告', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'error'
@@ -325,8 +325,8 @@ export default {
}
main {
- margin-top: 10px;
- padding: 20px 20px 5px;
+ margin-top: 5px;
+ padding: 5px 20px 5px;
height: 80vh;
border-radius: 20px;
background-color: #fff;
@@ -363,8 +363,9 @@ export default {
justify-content: center;
align-items: center;
> img {
- width: 60px;
- height: 60px;
+ width: 50px;
+ height: 50px;
+ border-radius: 13px;
}
}
diff --git a/src/views/masterDataOptions/settingMenu.vue b/src/views/masterDataOptions/settingMenu.vue
index 25917af..e8011b1 100644
--- a/src/views/masterDataOptions/settingMenu.vue
+++ b/src/views/masterDataOptions/settingMenu.vue
@@ -140,6 +140,7 @@ export default {
//margin-right: 1%;
background-color: #fff;
border-radius: 16px;
+ margin-top: 10px;
overflow: auto;
.appInfo {
@@ -235,9 +236,9 @@ export default {
}
.content {
- margin-left: 180px;
+ margin-left: 185px;
flex: 1;
- width: calc(100% - 190px);
+ width: calc(100% - 195px);
border-radius: 16px;
}
}
diff --git a/src/views/newVersionView/Workbench/index.vue b/src/views/newVersionView/Workbench/index.vue
index 2ff2501..589b233 100644
--- a/src/views/newVersionView/Workbench/index.vue
+++ b/src/views/newVersionView/Workbench/index.vue
@@ -59,6 +59,7 @@ export default {
let routeData = this.$router.resolve({
path: item.path,
name: item.name,
+ query: {mdmCode: item.meta.mdmCode, viewType: item.meta.viewType}
});
window.open(routeData.href, "_self");
},
@@ -154,4 +155,4 @@ export default {
font-size: 14px;
color: #333333;
}
-
\ No newline at end of file
+
diff --git a/src/views/systemSettings/organization/index.vue b/src/views/systemSettings/organization/index.vue
index da38e37..0a98c0a 100644
--- a/src/views/systemSettings/organization/index.vue
+++ b/src/views/systemSettings/organization/index.vue
@@ -312,18 +312,18 @@ $activeColor: var(--bg-color, yellow);
.el-tree-node__content:hover,
.el-upload-list__item:hover {
- color: white;
- background-color: $activeColor !important;
+ color: #333;
+ background-color: #eef5fe !important;
}
.el-tree-node:focus>.el-tree-node__content {
- color: white;
- background-color: $activeColor !important;
+ color: #333;
+ background-color: #eef5fe !important;
}
.el-tree-node.is-current>.el-tree-node__content {
- color: white;
- background-color: $activeColor !important;
+ color: #333;
+ background-color: #eef5fe !important;
}
+
diff --git a/vue.config.js b/vue.config.js
index 46b6210..793933f 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -41,8 +41,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
// target: `http://hzya.ufyct.com:9067/`,
// target: `http://127.0.0.1:9081/`,
- // target: `http://192.168.2.78:9999`,
- target: `http://192.168.2.83:9999`,
+ target: `http://192.168.2.78:9999`,
+ // target: `http://192.168.2.83:9999`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",