@@ -37,7 +37,7 @@
<FormItem label="文章分类:" label-for="cid" prop="cid">
<div class="perW90">
<Select v-model="formValidate.cid">
- <Option v-for="item in treeData" :value="item.id" :key="item.id">{{ item.html + item.title }}</Option>
+ <Option v-for="item in treeData" :value="item.id" :disabled="item.disabled" :key="item.id">{{ item.html + item.title }}</Option>
</Select>
</div>
</FormItem>
@@ -129,6 +129,7 @@
ref="table"
:loading="loading2"
highlight-row
+ height="500"
no-userFrom-text="暂无数据"
no-filtered-userFrom-text="暂无筛选结果"
>
@@ -138,9 +139,9 @@
</template>
</Table>
- <div class="acea-row row-right page">
+ <!-- <div class="acea-row row-right page">
<Page :total="total2" show-elevator show-total @on-change="receivePageChange" :page-size="receiveFrom.limit" />
- </div>
+ </div> -->
</Modal>
@@ -162,6 +162,9 @@ export default {
padding-bottom: 20px;
background: #f0f2f5;
width: 335px;
+ .content /deep/ video{
+ width 100% !important
+ }
}
</style>