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

update

上级 cbe55845
...@@ -115,29 +115,4 @@ const handleSelectionChange = (val: any) => { ...@@ -115,29 +115,4 @@ const handleSelectionChange = (val: any) => {
</div> </div>
</el-drawer> </el-drawer>
</template> </template>
<style lang="scss"> <style lang="scss"></style>
.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>
...@@ -147,7 +147,7 @@ const handleSelectionChange = (val: any) => { ...@@ -147,7 +147,7 @@ const handleSelectionChange = (val: any) => {
</div> </div>
</el-drawer> </el-drawer>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -151,29 +151,3 @@ const handleSave = () => { ...@@ -151,29 +151,3 @@ const handleSave = () => {
</div> </div>
</el-drawer> </el-drawer>
</template> </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>
...@@ -139,7 +139,7 @@ const changeCard = () => { ...@@ -139,7 +139,7 @@ const changeCard = () => {
</AppList> </AppList>
</AppCard> </AppCard>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
background: #fafafa; background: #fafafa;
padding: 20px; padding: 20px;
......
...@@ -151,7 +151,7 @@ const typeFilter = () => { ...@@ -151,7 +151,7 @@ const typeFilter = () => {
</AppList> </AppList>
</AppCard> </AppCard>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
background: #fafafa; background: #fafafa;
padding: 20px; padding: 20px;
......
...@@ -151,7 +151,7 @@ const typeFilter = () => { ...@@ -151,7 +151,7 @@ const typeFilter = () => {
</AppList> </AppList>
</AppCard> </AppCard>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
background: #fafafa; background: #fafafa;
padding: 20px; padding: 20px;
......
...@@ -156,7 +156,7 @@ const typeFilter = () => { ...@@ -156,7 +156,7 @@ const typeFilter = () => {
</AppList> </AppList>
</AppCard> </AppCard>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
background: #fafafa; background: #fafafa;
padding: 20px; padding: 20px;
......
...@@ -104,7 +104,12 @@ const changeCard = () => { ...@@ -104,7 +104,12 @@ const changeCard = () => {
<el-icon class="video-head-icon" @click="changeCard"><Expand /></el-icon> <el-icon class="video-head-icon" @click="changeCard"><Expand /></el-icon>
</div> </div>
<div class="video-tool-btn"> <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> <el-button type="primary" round>新建视频资源</el-button>
</router-link> </router-link>
</div> </div>
...@@ -161,7 +166,7 @@ const changeCard = () => { ...@@ -161,7 +166,7 @@ const changeCard = () => {
</AppList> </AppList>
</AppCard> </AppCard>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.card-list { .card-list {
background: #fafafa; background: #fafafa;
padding: 20px; padding: 20px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论