修改了min
This commit is contained in:
parent
4b83d61df7
commit
47e05ec6ff
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user