Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d7efa16a
authored
2023-04-06 09:03:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:上报样式修改
1 parent
23cd20ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
src/components/EditDialog/index.vue
src/styles/sbPublic.scss
src/views/loginsb/index.vue
src/components/EditDialog/index.vue
View file @
d7efa16
...
...
@@ -117,13 +117,13 @@
</div>
</div>
</div>
</div
>
<div
class=
"d-center"
v-show=
"!$store.state.business.Edit && titleName == 'sjmx'"
>
<btn
nativeType=
"cz"
@
click=
"dialogVisible = false"
>
取 消
</btn>
<
btn
nativeType=
"cx"
@
click=
"submitForm"
>
保 存
</btn
>
</div
>
<div
class=
"d-center"
v-show=
"!$store.state.business.Edit && titleName == 'xml'"
>
<
btn
nativeType=
"cx"
@
click=
"handleResubmit"
>
重新上报
</btn
>
<div
class=
"d-center"
v-show=
"!$store.state.business.Edit && titleName == 'sjmx'"
>
<btn
nativeType=
"cz"
@
click=
"dialogVisible = false"
>
取 消
</btn
>
<btn
nativeType=
"cx"
@
click=
"submitForm"
>
保 存
</btn>
<
/div
>
<div
class=
"d-center mt-15"
v-show=
"!$store.state.business.Edit && titleName == 'xml'"
>
<btn
nativeType=
"cx"
@
click=
"handleResubmit"
>
重新上报
</btn
>
<
/div
>
</div>
</el-dialog>
</
template
>
...
...
src/styles/sbPublic.scss
View file @
d7efa16
...
...
@@ -296,7 +296,7 @@
.regularHeight
{
display
:
flex
;
flex-direction
:
column
;
height
:
8
0
vh
;
height
:
8
1
vh
;
margin-bottom
:
5px
;
.JsonEditor
{
...
...
@@ -467,6 +467,12 @@
}
}
.entryJournal
{
.regularHeight
{
height
:
79vh
;
}
}
.el-input-number__increase
,
.el-input-number__decrease
{
display
:
none
!
important
;
...
...
@@ -492,12 +498,6 @@
color
:
#4162D8
}
.el-dialog__body
{
padding-top
:
0px
;
display
:
flex
;
flex-direction
:
column
;
}
.el-tabs
{
color
:
#cef8ff
;
}
...
...
src/views/loginsb/index.vue
View file @
d7efa16
...
...
@@ -15,7 +15,7 @@
<el-input
type=
"password"
class=
"password"
v-model=
"user.password"
placeholder=
"请输入密码"
show-password
></el-input>
</el-form-item>
<el-form-item
prop=
"yz"
>
<
!--
<
el-form-item
prop=
"yz"
>
<div
class=
"flex-container"
>
<div
class=
"flex-input"
>
<el-input
class=
"yz"
@
keyup
.
native=
"login('user')"
v-model=
"user.yz"
placeholder=
"请输入验证码"
></el-input>
...
...
@@ -26,7 +26,7 @@
<font
id=
"renovate"
@
click=
"verification"
>
换一批
</font>
</div>
</div>
</el-form-item>
</el-form-item>
-->
<el-form-item
class=
"login-btn"
>
<el-button
type=
"primary"
style=
"width: 100%"
@
click=
"login('user')"
>
登录
</el-button>
</el-form-item>
...
...
Please
register
or
sign in
to post a comment