提交 c2c72138 authored 作者: lihuihui's avatar lihuihui

update

上级 cbe55845
......@@ -115,29 +115,4 @@ const handleSelectionChange = (val: any) => {
</div>
</el-drawer>
</template>
<style lang="scss">
.card-list {
display: flex;
flex-direction: column;
}
.card-list-con {
background: #fafafa;
padding: 20px;
display: flex;
flex-wrap: wrap;
}
.video-head {
position: relative;
.video-head-icon {
position: absolute;
top: 0;
right: 0;
font-size: 30px;
color: #666;
cursor: pointer;
}
}
.video-tool-btn {
padding: 10px 0 30px 0;
}
</style>
<style lang="scss"></style>
......@@ -147,7 +147,7 @@ const handleSelectionChange = (val: any) => {
</div>
</el-drawer>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
display: flex;
flex-direction: column;
......
......@@ -151,29 +151,3 @@ const handleSave = () => {
</div>
</el-drawer>
</template>
\ No newline at end of file
<style lang="scss">
.card-list {
display: flex;
flex-direction: column;
}
.card-list-con {
background: #fafafa;
padding: 20px;
display: flex;
flex-wrap: wrap;
}
.video-head {
position: relative;
.video-head-icon {
position: absolute;
top: 0;
right: 0;
font-size: 30px;
color: #666;
cursor: pointer;
}
}
.video-tool-btn {
padding: 10px 0 30px 0;
}
</style>
......@@ -139,7 +139,7 @@ const changeCard = () => {
</AppList>
</AppCard>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
background: #fafafa;
padding: 20px;
......
......@@ -151,7 +151,7 @@ const typeFilter = () => {
</AppList>
</AppCard>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
background: #fafafa;
padding: 20px;
......
......@@ -151,7 +151,7 @@ const typeFilter = () => {
</AppList>
</AppCard>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
background: #fafafa;
padding: 20px;
......
......@@ -156,7 +156,7 @@ const typeFilter = () => {
</AppList>
</AppCard>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
background: #fafafa;
padding: 20px;
......
......@@ -104,7 +104,12 @@ const changeCard = () => {
<el-icon class="video-head-icon" @click="changeCard"><Expand /></el-icon>
</div>
<div class="video-tool-btn">
<router-link v-if="tabValue === '1'" to="/resource/video/update" target="_blank" v-permission="'v1-resource-video-create'">
<router-link
v-if="tabValue === '1'"
to="/resource/video/update"
target="_blank"
v-permission="'v1-resource-video-create'"
>
<el-button type="primary" round>新建视频资源</el-button>
</router-link>
</div>
......@@ -161,7 +166,7 @@ const changeCard = () => {
</AppList>
</AppCard>
</template>
<style lang="scss">
<style lang="scss" scoped>
.card-list {
background: #fafafa;
padding: 20px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论