diff --git a/front/public/static/css/modal.css b/front/public/static/css/modal.css
index 130de93b..df46ad54 100644
--- a/front/public/static/css/modal.css
+++ b/front/public/static/css/modal.css
@@ -89,6 +89,9 @@ z-index: 10010!important;
.ant-tooltip{
z-index: 10010!important;
}
+.ant-image-preview-wrap {
+ z-index: 10012!important;
+}
.model-container .confirmChrome {
width: 140px;
diff --git a/front/src/views/demandCenter/demandDetails.vue b/front/src/views/demandCenter/demandDetails.vue
index bce9a244..58aa69e9 100644
--- a/front/src/views/demandCenter/demandDetails.vue
+++ b/front/src/views/demandCenter/demandDetails.vue
@@ -238,7 +238,7 @@
-
X
+ X
@@ -286,6 +286,7 @@
const evaluateData = ref([])
const myComment = ref('')
+ const hiddenBackFlag = router.currentRoute.value.query.hiddenBackFlag
const evaluateSubmit = () => {
if (myComment.value === '') {
message.error('请填写评价!')
@@ -388,6 +389,7 @@
// const formData = computed(() => store.getters['home/demandDetailsData'])
// formName.value = formData.value
const id = router.currentRoute.value.query.id
+
getDemandForm(id).then((res) => {
console.log(res, 'res')
const { data } = res.data
diff --git a/front/src/views/detailsAll/ApplicationDetails.vue b/front/src/views/detailsAll/ApplicationDetails.vue
index 8e68c6c5..11c536bb 100644
--- a/front/src/views/detailsAll/ApplicationDetails.vue
+++ b/front/src/views/detailsAll/ApplicationDetails.vue
@@ -1,8 +1,8 @@
@@ -207,7 +207,7 @@
diff --git a/front/src/views/personalCenter/index.vue b/front/src/views/personalCenter/index.vue
index d8eeeedf..85ab677e 100644
--- a/front/src/views/personalCenter/index.vue
+++ b/front/src/views/personalCenter/index.vue
@@ -6,20 +6,28 @@
+
@@ -76,30 +84,30 @@
background-color: #f5f8fc;
height: 100%;
width: 100%;
- margin: 64px auto 0;
+ margin: 0.64rem auto 0;
display: flex;
justify-content: center;
position: relative;
aside {
- width: 282px;
+ width: 2.82rem;
height: 96%;
overflow-y: auto;
background-color: #fff;
margin: 1% 0 3%;
}
article {
- width: 1090px;
+ width: 10.9rem;
height: 99%;
// overflow-y: auto;
background-color: #fff;
- margin: 1% 0 1% 14px;
+ margin: 1% 0 1% 0.14rem;
}
.form-container {
.title {
- font-size: 20px;
+ font-size: 0.2rem;
color: #000;
font-weight: bold;
- margin-bottom: 20px;
+ margin-bottom: 0.2rem;
}
}
}