Commit 1d664925 by Lyan

个人中心bug修改

parent 5fa9a911
...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment