xbx #126

Merged
theluyuan merged 9 commits from xbx into master 2020-11-12 02:40:09 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 47e05ec6ff - Show all commits

View File

@ -35,7 +35,7 @@
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
.videoitem{ .videoitem{
width: 226px; min-width: 226px;
// height: 198px; // height: 198px;
background-color: #fff; background-color: #fff;
border-radius: 17px; border-radius: 17px;

View File

@ -36,7 +36,7 @@
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
.videoitem{ .videoitem{
width: 226px; min-width: 226px;
// height: 198px; // height: 198px;
background-color: #fff; background-color: #fff;
border-radius: 17px; border-radius: 17px;