fix
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user