Browse Source

弹性盒函数

master
mk 2 years ago
parent
commit
853985eec2
  1. 6
      src/views/next/screen-content-right/szyf-right/index.vue
  2. 6
      src/views/next/screen-content-right/zdyf-right/index.vue

6
src/views/next/screen-content-right/szyf-right/index.vue

@ -290,8 +290,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.card { .card {
width: 100%; width: 100%;
display: flex; @include flex(column);
flex-direction: column;
&-item-zdbf { &-item-zdbf {
height: 100%; height: 100%;
@ -313,8 +312,7 @@ export default {
} }
>:nth-child(2) { >:nth-child(2) {
display: flex; @include flex(column);
flex-direction: column;
justify-content: space-between; justify-content: space-between;
:nth-child(1) { :nth-child(1) {

6
src/views/next/screen-content-right/zdyf-right/index.vue

@ -180,8 +180,7 @@ export default {
&-item-kyll { &-item-kyll {
flex: 1; flex: 1;
display: flex; @include flex(column);
flex-direction: column;
padding: 16px 16px 10px; padding: 16px 16px 10px;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow: hidden;
@ -213,8 +212,7 @@ export default {
overflow: hidden; overflow: hidden;
.scroll-item { .scroll-item {
display: flex; @include flex(column);
flex-direction: column;
border: 1px solid #9FCCFF; border: 1px solid #9FCCFF;
width: 148px; width: 148px;
height: 117px; height: 117px;

Loading…
Cancel
Save