Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
GaoQuYingJiH5-ASD
Commits
37f4ef41
Commit
37f4ef41
authored
Jul 28, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 应急演练页面显示优化
parent
5b6b566c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
27 deletions
+51
-27
_peixun_yanlian_detail-anquan.css
src/_peixun_yanlian_detail-anquan.css
+8
-2
_peixun_yanlian_detail-yingji.css
src/_peixun_yanlian_detail-yingji.css
+6
-1
_tezhongzuoye.js
src/_tezhongzuoye.js
+26
-20
_tezhongzuoye_detail.css
src/_tezhongzuoye_detail.css
+8
-1
_tezhongzuoye_detail.html
src/_tezhongzuoye_detail.html
+3
-3
No files found.
src/_peixun_yanlian_detail-anquan.css
View file @
37f4ef41
...
@@ -314,7 +314,7 @@ body {
...
@@ -314,7 +314,7 @@ body {
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
}
}
.title_requirediv
::before
{
.title_requirediv
::before
{
left
:
3
px
left
:
1
px
}
}
...
@@ -328,7 +328,7 @@ body {
...
@@ -328,7 +328,7 @@ body {
input
:disabled
{
input
:disabled
{
background-color
:
#fff
;
background-color
:
#fff
;
color
:
#
9b9fab
;
color
:
#
737373
;
}
}
select
:disabled
{
select
:disabled
{
...
@@ -343,6 +343,7 @@ select:disabled {
...
@@ -343,6 +343,7 @@ select:disabled {
/* 可选:统一背景色 */
/* 可选:统一背景色 */
background-color
:
white
;
background-color
:
white
;
opacity
:
1
;
}
}
.form-label-div
{
.form-label-div
{
...
@@ -360,4 +361,9 @@ select:disabled {
...
@@ -360,4 +361,9 @@ select:disabled {
margin-top
:
0.25rem
;
margin-top
:
0.25rem
;
margin-bottom
:
0.15rem
;
margin-bottom
:
0.15rem
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
}
/* 日期禁用文字颜色调整 */
.van-field__control
:disabled
{
-webkit-text-fill-color
:
#737373
;
}
}
\ No newline at end of file
src/_peixun_yanlian_detail-yingji.css
View file @
37f4ef41
...
@@ -327,7 +327,7 @@ body {
...
@@ -327,7 +327,7 @@ body {
input
:disabled
{
input
:disabled
{
background-color
:
#fff
;
background-color
:
#fff
;
color
:
#
9b9fab
;
color
:
#
737373
;
}
}
select
:disabled
{
select
:disabled
{
...
@@ -342,6 +342,7 @@ select:disabled {
...
@@ -342,6 +342,7 @@ select:disabled {
/* 可选:统一背景色 */
/* 可选:统一背景色 */
background-color
:
white
;
background-color
:
white
;
opacity
:
1
;
}
}
.form-label-div
{
.form-label-div
{
...
@@ -359,4 +360,8 @@ select:disabled {
...
@@ -359,4 +360,8 @@ select:disabled {
margin-top
:
0.25rem
;
margin-top
:
0.25rem
;
margin-bottom
:
0.15rem
;
margin-bottom
:
0.15rem
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
}
/* 日期禁用文字颜色调整 */
.van-field__control
:disabled
{
-webkit-text-fill-color
:
#737373
;
}
}
\ No newline at end of file
src/_tezhongzuoye.js
View file @
37f4ef41
...
@@ -30,26 +30,32 @@ window.addEventListener("load", function() {
...
@@ -30,26 +30,32 @@ window.addEventListener("load", function() {
},
},
methods
:
{
methods
:
{
markAllAsRead
()
{
// 全部标记为已读
markAllAsRead
()
{
// 全部标记为已读
http2
.
post
(
http2
.
post
(
{
{
serviceId
:
API_KEY_MAP
[
'
submit
'
][
'
id
'
],
serviceId
:
API_KEY_MAP
[
'
submit
'
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
'
submit
'
][
'
publicKey
'
],
interfacePublicKey
:
API_KEY_MAP
[
'
submit
'
][
'
publicKey
'
],
interfacePrivateKey
:
API_KEY_MAP
[
'
submit
'
][
'
privateKey
'
],
interfacePrivateKey
:
API_KEY_MAP
[
'
submit
'
][
'
privateKey
'
],
reqParams
:
{
reqParams
:
{
sign
:
25
,
// post 设置已读
sign
:
36
,
// post 设置已读
merId
:
this
.
merId
,
},
},
},
},
(
res
)
=>
{
(
res
)
=>
{
if
(
!
res
)
{
var
result
=
JSON
.
parse
(
res
)
// 中台返回为undefined 重新请求
if
(
result
&&
result
.
code
==
200
)
{
setTimeout
(()
=>
{
vant
.
Toast
({
this
.
markAllAsRead
()
message
:
'
操作成功
'
,
},
0
)
})
return
}
}
}
var
result
=
JSON
.
parse
(
res
)
)
if
(
result
&&
result
.
code
==
200
)
{
},
vant
.
Toast
({
message
:
'
操作成功
'
,
})
}
}
)
},
reset
()
{
reset
()
{
this
.
page
=
1
this
.
page
=
1
this
.
size
=
10
this
.
size
=
10
...
...
src/_tezhongzuoye_detail.css
View file @
37f4ef41
...
@@ -328,7 +328,7 @@ body {
...
@@ -328,7 +328,7 @@ body {
input
:disabled
{
input
:disabled
{
background-color
:
#fff
;
background-color
:
#fff
;
color
:
#
9b9fab
;
color
:
#
737373
;
}
}
select
:disabled
{
select
:disabled
{
...
@@ -343,6 +343,8 @@ select:disabled {
...
@@ -343,6 +343,8 @@ select:disabled {
/* 可选:统一背景色 */
/* 可选:统一背景色 */
background-color
:
white
;
background-color
:
white
;
opacity
:
1
;
}
}
.form-label-div
{
.form-label-div
{
...
@@ -365,4 +367,9 @@ select:disabled {
...
@@ -365,4 +367,9 @@ select:disabled {
iframe
{
iframe
{
height
:
58vh
;
height
:
58vh
;
border
:
none
;
border
:
none
;
}
/* 日期禁用文字颜色调整 */
.van-field__control
:disabled
{
-webkit-text-fill-color
:
#737373
;
}
}
\ No newline at end of file
src/_tezhongzuoye_detail.html
View file @
37f4ef41
...
@@ -20,21 +20,21 @@
...
@@ -20,21 +20,21 @@
<div
class=
"form-item"
>
<div
class=
"form-item"
>
<span
class=
"form-label title_require"
>
单位名称
</span>
<span
class=
"form-label title_require"
>
单位名称
</span>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
9b9fab
;"
>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
737373
;"
>
{{ formData.merName }}
{{ formData.merName }}
</div>
</div>
</div>
</div>
<div
class=
"form-item"
>
<div
class=
"form-item"
>
<span
class=
"form-label title_require"
>
联系人
</span>
<span
class=
"form-label title_require"
>
联系人
</span>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
9b9fab
;"
>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
737373
;"
>
{{ formData.merchantName }}
{{ formData.merchantName }}
</div>
</div>
</div>
</div>
<div
class=
"form-item"
>
<div
class=
"form-item"
>
<span
class=
"form-label title_require"
>
电话
</span>
<span
class=
"form-label title_require"
>
电话
</span>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
9b9fab
;"
>
<div
class=
"form-input-wrap"
style=
"font-size: 15px;color: #
737373
;"
>
{{ formData.merchantPhone }}
{{ formData.merchantPhone }}
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment