Commit 96a0d83c authored by zhengke's avatar zhengke

新增 裁剪形状

parent 9cd0811c
......@@ -47,6 +47,11 @@ export const CLIPPATHS: ClipPath = {
return `M 0 0 L ${width * 0.8} 0 L ${width} ${height * 0.2} L ${width} ${height} L ${width * 0.2} ${height} L 0 ${height * 0.8} Z`
},
},
rect4: {
name: '矩形4',
type: ClipPathTypes.RECT,
style: 'inset(0 0 0 0 round 0px 0px 0px 150px)',
},
roundRect: {
name: '圆角矩形',
type: ClipPathTypes.RECT,
......
......@@ -337,7 +337,7 @@ const ResolveTripDaysHandler = (items)=>{
// 获取行程模版数据
const GetTripTemplate = async () =>{
console.log(searchData.value.TempId,searchData.value.TempId2,TempId.value,searchData.value.sellTempId)
// console.log(searchData.value.TempId,searchData.value.TempId2,TempId.value,searchData.value.sellTempId)
if(!searchData.value.TempId&&!searchData.value.TempId2&&!TempId.value&&!searchData.value.sellTempId) {
let list = [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment