Merge branch 'dev' of github.com:jetlinks/jetlinks-ui-vue into dev

This commit is contained in:
leiqiaochu 2023-03-28 10:54:13 +08:00
commit f7977e3d98
3 changed files with 10 additions and 3 deletions

View File

@ -259,9 +259,9 @@
type="icon-mubiao"
style="padding:0 4px"
/>
< style='max-width: 200px;margin-right: 12px;'>
<Ellipsis style='max-width: 200px;margin-right: 12px;'>
{{data?.options?.name}}
</>
</Ellipsis>
<Ellipsis style='max-width: 400px;'>
{{data?.options?.propertiesName}}
</Ellipsis>

View File

@ -204,7 +204,7 @@
</div>
<div class="upload-tips">推荐尺寸64*64</div>
<div class="upload-tips">支持icon格式</div>
<div class="upload-tips">支持ico格式</div>
</j-form-item>
</j-col>
</j-row>

View File

@ -543,6 +543,13 @@ const dialogs = reactive({
editShow: false,
nextShow: false,
});
watch(
() => props.parentId,
() => {
tableData._selectedRowKeys = [];
},
);
</script>
<style lang="less" scoped>