@ -7,6 +7,7 @@
'--border-color': borderColor,
'--bg-color': bgColor,
width: width,
top: top,
}"
:class="borderPath ? 'hasBorder' : 'noBoarder'"
>
@ -22,6 +23,10 @@ export default {
type: String,
default: null,
},
top: {
clipPath: {
@ -12,6 +12,7 @@
bgColor="linear-gradient(180deg, rgba(14, 69, 92, 0.9) 0%, rgba(20, 89, 119, 0.9) 100%)"
ref="DialogContentRef"
:width="width"
:top="top"
<div class="dialog-title">
<img
@ -64,6 +65,10 @@ export default {
title: {
@ -1,5 +1,5 @@
<template>
<Dialog v-model="modelVisible" title="交通事故录入">
<Dialog v-model="modelVisible" title="交通事故录入" width="1100px" top="14%">
<div class="EventDetailDialog">
<ElTabs v-model="activeName" @tab-click="handleChange">
<ElTabPane
<Dialog v-model="modelVisible" :title="title" width="550px">
<Dialog v-model="modelVisible" :title="title" width="1330px">
<div class="EventAddPlanDialog">
<ElForm :model="formData" inline :rules="rules" ref="ruleForm">
<div class="first">