@@ -27,6 +27,7 @@
:options="mm_event_type"
:value="item.event_type"
:title="typeContent(mm_event_type, item.event_type)"
+ style="width: 250px; text-align: center"
/>
</div>
<div class="td text1" @click="handleShowDetail(item)">{{ item.event_title }}</div>
@@ -159,8 +160,9 @@ const typeContent = (arrayInfo, index) => {
width: 305px;
}
&:nth-child(2) {
- min-width: 200px;
- flex: 1;
+ min-width: 300px;
+ width: 300px;
+ flex: unset;
&:nth-child(3) {
width: 610px;