Browse Source

更改弹框

wangqin
zhangzhang 8 months ago
parent
commit
cbd6817c48
  1. 5
      ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue
  2. 5
      ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
  3. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue
  4. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue

5
ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue

@ -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: {
type: String,
default: null,
},
clipPath: {
type: String,
default: null,

5
ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue

@ -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 {
type: String,
default: null,
},
top: {
type: String,
default: null,
},
title: {
type: String,
},

2
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/event/FormEvent/index.vue

@ -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

2
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue

@ -1,5 +1,5 @@
<template>
<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">

Loading…
Cancel
Save