fangyuan
2022-12-12 2b6f23b6039be670be04f14fe49442696741a8b5
src/views/operate/video/index.vue
@@ -18,6 +18,9 @@
            <el-button type="primary" @click="searchVideoList">查询</el-button>
          </div>
        </div>
        <div class="addBtn">
            <el-button type="primary" @click="handleOpera(null, 'create')">新增</el-button>
          </div>
      </div>
    </header>
    <main>
@@ -412,7 +415,7 @@
      }
      .addBtn {
        background-color: #eb5d01;
        // background-color: #eb5d01;
        border: none;
        border-radius: 20px;
        padding: 12px 30px;