This commit is contained in:
X1627315083
2025-04-23 16:20:53 +08:00
parent 764c7bc7ec
commit dc092b64a1
29 changed files with 126 additions and 68 deletions

View File

@@ -91,7 +91,7 @@
<div class="label_item" v-show="canvasGeneral.operation == 'pencil'">
<div class="title">{{ $t('exportModel.Brushwork') }}:</div>
<a-select ref="select" class="label_select" size="small" v-model:value="canvasGeneral.brushwork.value"
style="width: 12rem ;height: 6rem;"
style="width: 12rem ;"
@change="canvasGeneral.brushworkChange"
>
<a-select-option class="label_select_item" v-for="item in canvasGeneral.pencilList.brushList" :value="item.value">

View File

@@ -422,10 +422,10 @@ export default defineComponent({
height: 100%;
img{
// width: 100%;
// height: 100%;
width: 100%;
height: auto;
height: 100%;
// width: 100%;
// height: auto;
float: left;
user-select:none;
-webkit-user-drag: none;