This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-29 15:35:48 +08:00
parent 004e2c8e98
commit abdad63b26
4 changed files with 37 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-open">
<div class="cot-box"> <div class="cot-box">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="140px"> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="140px">
<div style="display: flex"> <div style="display: flex">
@ -709,8 +709,9 @@ export default {
border-radius: 8px; border-radius: 8px;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
padding: 20px; padding: 15px;
margin: 0 auto; margin: 0 auto;
height: 86vh;
} }
.d-s { .d-s {
@ -731,5 +732,9 @@ export default {
.acvtive { .acvtive {
color: #FF770F !important; color: #FF770F !important;
} }
.app-open{
background: #f9f9f9;
box-sizing: border-box;
padding: 10px;
}
</style> </style>

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-open">
<div class="cot-box"> <div class="cot-box">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="135px" style="width: 70%;margin: 0 auto"> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="135px" style="width: 70%;margin: 0 auto">
@ -840,7 +840,7 @@ export default {
.cot-box { .cot-box {
width: 100%; width: 100%;
height: 89vh; height: 87vh;
border-radius: 8px; border-radius: 8px;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
@ -866,5 +866,9 @@ export default {
.acvtive { .acvtive {
color: #FF770F !important; color: #FF770F !important;
} }
.app-open{
background: #f9f9f9;
box-sizing: border-box;
padding: 10px;
}
</style> </style>

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-open">
<div class="cot-box"> <div class="cot-box">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" style="width: 70%;margin: 0 auto"> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" style="width: 70%;margin: 0 auto">
<el-form-item label="活动名称" prop="name"> <el-form-item label="活动名称" prop="name">
@ -846,5 +846,18 @@ export default {
.acvtive { .acvtive {
color: #FF770F !important; color: #FF770F !important;
} }
.cot-box {
width: 100%;
height: 87vh;
border-radius: 8px;
background: #fff;
box-sizing: border-box;
padding: 20px;
margin: 0 auto;
}
.app-open{
background: #f9f9f9;
box-sizing: border-box;
padding: 10px;
}
</style> </style>

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-open">
<div class="cot-box"> <div class="cot-box">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" style="width: 70%;margin: 0 auto"> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" style="width: 70%;margin: 0 auto">
@ -768,7 +768,7 @@ export default {
.cot-box { .cot-box {
width: 100%; width: 100%;
height: 89vh; height: 87vh;
border-radius: 8px; border-radius: 8px;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
@ -794,5 +794,9 @@ export default {
.acvtive { .acvtive {
color: #FF770F !important; color: #FF770F !important;
} }
.app-open{
background: #f9f9f9;
box-sizing: border-box;
padding: 10px;
}
</style> </style>