代码拉取完成,页面将自动刷新
#app {
// min-height: 100vh;
width: 100vw;
display: flex;
user-select: none;
}
* {
margin: 0;
right: 0;
box-sizing: border-box;
}
.tool-wrap {
width: 300px;
border-left: 1px solid #eee;
padding: 0 10px;
.showList-tool{
padding: 10px 0;
}
.rect-wrap{
max-height: 300px;
overflow-y: scroll;
.list-item{
border: 1px solid #000;
margin-bottom: 10px;
padding: 10px;
position: relative;
.delete{
position: absolute;
right: 5px;
top: 5px;
}
div{
padding-bottom: 5px;
}
}
}
}
.pic-wrap {
width: calc(100% - 300px);
min-width: 1000px;
// width;
height: 100vh;
background-color: #ccc;
overflow: scroll;
&::-webkit-scrollbar {
width: 10px;
}
/* 设置中间的小快 */
&::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #333;
}
/* 设置滚动区背景 */
&::-webkit-scrollbar-track {
border-radius: 5px;
background-color: #fff;
}
.rect-item{
position: absolute;
font-size: 30px;
display:flex;
align-items: center;
justify-content:center;
}
.save-tool {
left: 0;
bottom: -40px;
position: absolute;
width: 100px;
}
.bg {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, .2);
}
.draw-wrap {
position: relative;
.draw-rect {
position: absolute;
border: 1px solid #f00;
}
img {
user-select: none;
pointer-events: none;
display: none;
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。