zxl
10 天以前 1f233d9f5f5dafb6914fb488cd82065a8deb3e6c
页面显示更新
2个文件已修改
12 ■■■■■ 已修改文件
manager/src/views/news/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/video/VideoList.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/news/index.vue
@@ -686,12 +686,14 @@
  height: auto; /* 根据你的需求调整高度 */
  max-width: 100%;
}
.activity-management {
.news-management {
  .search-form {
    padding: 16px;
    background: #f8f8f9;
    border-radius: 4px;
    margin-bottom: 16px;
    .ivu-form-item {
      margin-bottom: 16px;
@@ -703,6 +705,13 @@
    }
  }
}
.operation {
  margin-bottom: 16px;
  .ivu-btn {
    margin-right: 8px;
  }
}
.detail-container {
  padding: 16px;
}
manager/src/views/video/VideoList.vue
@@ -64,6 +64,7 @@
        :title="playVideoTitle"
        width="800"
        :mask-closable="false"
        @close="playVideoClose"
      >
        <div class="video-warp">
          <video :src="playVideoUrl" autoplay controls style="width: 768px;height: 432px"/>