This commit is contained in:
zoujiandong 2024-06-14 08:50:51 +08:00
parent a6c15094f2
commit 68a48230fa
3 changed files with 5 additions and 2 deletions

View File

@ -99,6 +99,7 @@
<a-col :span="12">
<a-form-item field="service_price" label="服务价格(元)">
<a-input-number
:disabled="id?true:false"
v-model="modalForm.service_price"
:style="{ width: '320px' }"
placeholder="请输入服务价格"

View File

@ -9,4 +9,5 @@
</template>
<style lang="scss">
</style>

View File

@ -39,7 +39,8 @@ const isRouteParams = computed(() => {
})
</script>
<style scoped >
.mymenu .arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-title ::v-deep{
overflow-x: auto!important;;
:deep(.mymenu .arco-menu-title ) {
overflow: inherit!important;
}
</style>