Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
吴迪
gs1
Commits
1d664925
Commit
1d664925
authored
Jan 14, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心bug修改
parent
5fa9a911
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
vendor.vue
src/views/MyManage/UnVerify/vendor.vue
+14
-2
No files found.
src/views/MyManage/UnVerify/vendor.vue
View file @
1d664925
...
@@ -530,7 +530,7 @@ export default {
...
@@ -530,7 +530,7 @@ export default {
inputObj
.
click
()
inputObj
.
click
()
},
},
async
showImage
()
{
async
showImage
()
{
if
(
!
this
.
tycpdmFirmInfo
||
this
.
tycpdmFirmInfo
===
null
){
if
(
JSON
.
stringify
(
this
.
tycpdmFirmInfo
)
===
'{}'
||
this
.
tycpdmFirmInfo
===
null
){
this
.
$message
.
error
(
'您还没有上传文件,请上传!'
)
this
.
$message
.
error
(
'您还没有上传文件,请上传!'
)
return
return
}
}
...
@@ -650,8 +650,17 @@ export default {
...
@@ -650,8 +650,17 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
>
.el-cascader-panel
{
.el-cascader-node__label{
flex
:
auto
;
-webkit-box-flex
:
auto
;
-moz-box-flex
:
auto
;
}
}
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.container2
{
.container2
{
.header{
.header{
...
@@ -745,6 +754,7 @@ export default {
...
@@ -745,6 +754,7 @@ export default {
/deep/.el-input{
/deep/.el-input{
font-size
:
13px
;
font-size
:
13px
;
}
}
.smallselect
{
.smallselect
{
width
:
100px
!important
;
width
:
100px
!important
;
}
}
...
@@ -760,6 +770,7 @@ export default {
...
@@ -760,6 +770,7 @@ export default {
line-height
:
20px
;
line-height
:
20px
;
}
}
}
}
.el-input-group__append
{
.el-input-group__append
{
border-color
:
transparent
;
border-color
:
transparent
;
border
:
none
;
border
:
none
;
...
@@ -847,6 +858,7 @@ export default {
...
@@ -847,6 +858,7 @@ export default {
word-break
:
break-all
;
word-break
:
break-all
;
}
}
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
...
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