10.29
This commit is contained in:
parent
004e2c8e98
commit
abdad63b26
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<div class="app-open">
|
||||
<div class="cot-box">
|
||||
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="140px">
|
||||
<div style="display: flex">
|
||||
@ -709,8 +709,9 @@ export default {
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
padding: 15px;
|
||||
margin: 0 auto;
|
||||
height: 86vh;
|
||||
}
|
||||
|
||||
.d-s {
|
||||
@ -731,5 +732,9 @@ export default {
|
||||
.acvtive {
|
||||
color: #FF770F !important;
|
||||
}
|
||||
|
||||
.app-open{
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<div class="app-open">
|
||||
|
||||
<div class="cot-box">
|
||||
<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 {
|
||||
width: 100%;
|
||||
height: 89vh;
|
||||
height: 87vh;
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
@ -866,5 +866,9 @@ export default {
|
||||
.acvtive {
|
||||
color: #FF770F !important;
|
||||
}
|
||||
|
||||
.app-open{
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<div class="app-open">
|
||||
<div class="cot-box">
|
||||
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" style="width: 70%;margin: 0 auto">
|
||||
<el-form-item label="活动名称" prop="name">
|
||||
@ -846,5 +846,18 @@ export default {
|
||||
.acvtive {
|
||||
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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<div class="app-open">
|
||||
|
||||
<div class="cot-box">
|
||||
<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 {
|
||||
width: 100%;
|
||||
height: 89vh;
|
||||
height: 87vh;
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
@ -794,5 +794,9 @@ export default {
|
||||
.acvtive {
|
||||
color: #FF770F !important;
|
||||
}
|
||||
|
||||
.app-open{
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user