|
@@ -200,8 +200,8 @@ const onBack = () => {
|
|
|
});
|
|
|
};
|
|
|
|
|
|
-const downMode = ref(false);
|
|
|
-// const downMode = ref(true);
|
|
|
+// const downMode = ref(false);
|
|
|
+const downMode = ref(true);
|
|
|
const layoutRef = ref<HTMLDivElement>();
|
|
|
const getLayoutImage = async () => {
|
|
|
downMode.value = true;
|
|
@@ -305,7 +305,7 @@ const saveHandler = async () => {
|
|
|
}
|
|
|
|
|
|
.content table {
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% - 2px);
|
|
|
// height: 800px;
|
|
|
border-collapse: collapse;
|
|
|
|
|
@@ -373,7 +373,7 @@ const saveHandler = async () => {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.content table .textarea-layout {
|
|
|
- height: 63px;
|
|
|
+ height: 60px;
|
|
|
span {
|
|
|
padding: 5px 0px;
|
|
|
display: block;
|