File tree Expand file tree Collapse file tree
ChuChartManager/Front/src/views/Tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,12 +375,10 @@ export default defineComponent({
375375 </ div >
376376 < div class = "flex gap-3" >
377377 < div class = "flex-1" >
378- < label class = "block text-sm op-60 mb-1" > { t ( 'imgToDds.width' ) } </ label >
379- < NumberInput v-model :value = { imgWidth . value } min = { 0 } max = { 8192 } placeholder = { t ( 'imgToDds.auto' ) } />
378+ < label class = "block text-sm op-60 mb-1" > { t ( 'imgToDds.width' ) } < span class = "text-xs op-50 ml-1" > ({ t ( 'imgToDds.auto' ) } )</ span > </ label >
380379 </ div >
381380 < div class = "flex-1" >
382- < label class = "block text-sm op-60 mb-1" > { t ( 'imgToDds.height' ) } </ label >
383- < NumberInput v-model :value = { imgHeight . value } min = { 0 } max = { 8192 } placeholder = { t ( 'imgToDds.auto' ) } />
381+ < label class = "block text-sm op-60 mb-1" > { t ( 'imgToDds.height' ) } < span class = "text-xs op-50 ml-1" > ({ t ( 'imgToDds.auto' ) } )</ span > </ label >
384382 </ div >
385383 </ div >
386384 < label class = "flex items-center gap-2 text-sm cursor-pointer" >
You can’t perform that action at this time.
0 commit comments