Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
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
首开风险隐患双控平台
BCDH-APP
Commits
4f60e540
Commit
4f60e540
authored
Nov 17, 2021
by
罗新东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了页面部分字段,以及详情样式不正确的bug
parent
34bc4015
Pipeline
#7158
passed with stage
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
62 deletions
+26
-62
src/views/risk/riskAdd/index.vue
src/views/risk/riskAdd/index.vue
+1
-1
src/views/risk/riskConfirme/riskAffirm.vue
src/views/risk/riskConfirme/riskAffirm.vue
+24
-60
src/views/risk/riskReturn/index.vue
src/views/risk/riskReturn/index.vue
+1
-1
No files found.
src/views/risk/riskAdd/index.vue
View file @
4f60e540
...
...
@@ -412,7 +412,7 @@
<div
style=
"margin: 16px 16px 0"
>
<van-button
round
block
type=
"info"
native-type=
"submit"
>
保存
</van-button
>
上报
</van-button
>
</div>
</van-form>
...
...
src/views/risk/riskConfirme/riskAffirm.vue
View file @
4f60e540
...
...
@@ -185,67 +185,31 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
/* @import url(); 引入css类 */
// .van-cell-group--inset {
// margin: 0;
// margin-bottom: 10px;
// padding: 10px;
// font-size: 13px;
// position: relative;
// .van-row {
// margin-bottom: 0.133333rem;
// line-height: 0.64rem;
// }
// .van-overlay {
// position: absolute;
// .wrapper {
// display: flex;
// align-items: center;
// justify-content: space-evenly;
// height: 100%;
// }
// }
// }
// .detail {
// position: absolute;
// bottom: 0.32rem;
// right: 15px;
// color: #2a80f7;
// font-weight: none;
// z-index: 99;
// }
#app {
font-family: "";
color: #2c3e50;
}
/deep/.con-list {
padding: 0;
background-color: #f0f1f5;
.van-cell-group--inset {
margin: 0;
margin-bottom: 0.26667rem;
padding: 0.25rem;
font-size: 0.4rem;
position: relative;
border-radius: 4%;
box-shadow: 0px 0px 10px 2px #f3f3f3;
width: 90%;
margin: 0.4rem auto;
.van-row {
font-size: 0.4rem;
line-height: 0.8rem;
margin-bottom: 0;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
.van-cell-group--inset {
margin: 0.266667rem 0;
padding: 10px;
font-size: 13px;
position: relative;
.van-row {
margin-bottom: 0.133333rem;
line-height: 0.64rem;
}
.van-overlay {
position: absolute;
.wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
}
}
.detail {
position: absolute;
bottom: 0.32rem;
right: 15px;
color: #2a80f7;
font-weight: none;
z-index: 99;
}
</
style
>
src/views/risk/riskReturn/index.vue
View file @
4f60e540
...
...
@@ -166,7 +166,7 @@ export default {
goDelete
(
data
)
{
this
.
$dialog
.
confirm
({
title
:
"
提示
"
,
message
:
"
确认要关闭此条
隐患
吗?
"
,
message
:
"
确认要关闭此条
风险
吗?
"
,
})
.
then
(()
=>
{
this
.
$toast
.
loading
({
...
...
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