|
@@ -195,7 +195,8 @@
|
|
|
title="活动审核"
|
|
|
:visible.sync="auditDialog"
|
|
|
class="dialogWidth"
|
|
|
- :before-close="init">
|
|
|
+ :before-close="init"
|
|
|
+ width="25%">
|
|
|
|
|
|
|
|
|
<div class="diaTit">
|
|
@@ -732,6 +733,7 @@ import { ActivityWord } from '@/components/tool/getWord';
|
|
|
.diaTit{ //dialog项目名称、负责人
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
+ justify-content: center;
|
|
|
.spans{
|
|
|
width: 84px;
|
|
|
font-size: 16px;
|
|
@@ -766,8 +768,9 @@ import { ActivityWord } from '@/components/tool/getWord';
|
|
|
|
|
|
.diaTit1{ //label和input框
|
|
|
display: flex;
|
|
|
- width: 80%;
|
|
|
+ width: 90%;
|
|
|
margin-top: 20px;
|
|
|
+ justify-content: center;
|
|
|
|
|
|
}
|
|
|
|