代码提交

dev_0.0.1_xq
刘政 2 weeks ago
parent fac2e58868
commit 3287afad51

10825
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
<template> <template>
<!-- <vueImg /> --> <!-- <vueImg /> -->
<div class="w-1/1 h-100vh"> <div class="relative flex-auto w-1/1 h-1/1">
<mt-edit <mt-edit
:use-thumbnail="true" :use-thumbnail="true"
@on-preview-click="onPreviewClick" @on-preview-click="onPreviewClick"
@ -164,4 +164,6 @@ const onThumbnailClick = () => {
}; };
</script> </script>
<style scoped></style> <style scoped>
</style>

@ -3,11 +3,10 @@
<el-container class="h-1/1"> <el-container class="h-1/1">
<!-- 头部1 --> <!-- 头部1 -->
<el-header <el-header
height="45px"
class="dark:bg-myDarkBgColor cb-border p-0 select-none" class="dark:bg-myDarkBgColor cb-border p-0 select-none"
@mousedown="mainPanelRef?.stopListenerKeyDown()" @mousedown="mainPanelRef?.stopListenerKeyDown()"
> >
<!-- 头部2 --> <!-- &lt;!&ndash; 头部2 &ndash;&gt;-->
<header-panel <header-panel
v-model:leftAside="aside_state.left_show" v-model:leftAside="aside_state.left_show"
v-model:rightAside="aside_state.right_show" v-model:rightAside="aside_state.right_show"
@ -528,7 +527,10 @@ defineExpose({
.mt-edit-aside { .mt-edit-aside {
transition: width 0.3s; transition: width 0.3s;
} }
.el-container[data-v-3a4046f9] .el-header
{
height: 40px !important;
}
.vertical-radio-group { .vertical-radio-group {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save