Browse Source

PC端-党建引领-活动管理页面去掉边框

origin/feature/monitoring
liuchuang 4 years ago
parent
commit
09a3f7aae5
  1. 2
      src/views/modules/worklog/worklog.vue

2
src/views/modules/worklog/worklog.vue

@ -1,6 +1,6 @@
<template> <template>
<el-card class="worklog"> <el-card class="worklog">
<iframe :src="url" class="iframe"/> <iframe :src="url" class="iframe" frameborder="no"/>
</el-card> </el-card>
</template> </template>

Loading…
Cancel
Save