画布增加的新功能

This commit is contained in:
李志鹏
2026-01-02 11:24:11 +08:00
parent 1ae365b1f3
commit f8e4ab8cdb
59 changed files with 4401 additions and 1213 deletions

View File

@@ -1,5 +1,4 @@
<template>
<!-- 图片列表面板 -->
<div v-if="showPanel" class="crop-image-overlay" @click.self="close">
<div class="crop-image-modal">
<div class="modal-header">
@@ -392,7 +391,7 @@
<style scoped lang="less">
/* 弹窗遮罩层 */
.crop-image-overlay {
position: fixed;
position: absolute;
top: 0;
left: 0;
right: 0;
@@ -420,8 +419,8 @@
.crop-image-modal {
background-color: #fff;
border-radius: 12px;
width: 80%;
height: 80%;
width: 90%;
height: 90%;
overflow: hidden;
display: flex;
flex-direction: column;