Commit 3414e630 authored by 李晓兵's avatar 李晓兵

'enterprise'

parent 4e28425c
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
<tab-button class="put" @click.native="handSubmit">提交</tab-button> <tab-button class="put" @click.native="handSubmit">提交</tab-button>
<tab-button class="save" @click.native="verified">保存</tab-button> <tab-button class="save" @click.native="verified">保存</tab-button>
</bottom-tab> </bottom-tab>
<h-modal ref="modal" v-model="showModalValue" position="bottom" cus-class="enterprise--modal"> <h-modal ref="modal" v-model="showModalValue" position="bottom">
<h-view> <h-view>
<div class="modal-content"> <div class="modal-content">
<div class="modal-content-add-top"> <div class="modal-content-add-top">
...@@ -737,7 +737,7 @@ export default { ...@@ -737,7 +737,7 @@ export default {
}, },
} }
</script> </script>
<style lang='less' scoped> <style lang='less'>
#base-info { #base-info {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
...@@ -1042,8 +1042,9 @@ export default { ...@@ -1042,8 +1042,9 @@ export default {
border-radius: 4px; border-radius: 4px;
color: #fff; color: #fff;
} }
.modal {
background-color: rgba(0, 0, 0, 0) !important;
}
} }
.modal {
background-color: rgba(0, 0, 0, 0) !important;
}
</style> </style>
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