更新
This commit is contained in:
parent
a6c15094f2
commit
68a48230fa
@ -99,6 +99,7 @@
|
|||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item field="service_price" label="服务价格(元):">
|
<a-form-item field="service_price" label="服务价格(元):">
|
||||||
<a-input-number
|
<a-input-number
|
||||||
|
:disabled="id?true:false"
|
||||||
v-model="modalForm.service_price"
|
v-model="modalForm.service_price"
|
||||||
:style="{ width: '320px' }"
|
:style="{ width: '320px' }"
|
||||||
placeholder="请输入服务价格"
|
placeholder="请输入服务价格"
|
||||||
|
|||||||
@ -9,4 +9,5 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -39,7 +39,8 @@ const isRouteParams = computed(() => {
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style scoped >
|
<style scoped >
|
||||||
.mymenu .arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-title ::v-deep{
|
:deep(.mymenu .arco-menu-title ) {
|
||||||
overflow-x: auto!important;;
|
overflow: inherit!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user