|
|
@@ -62,7 +62,7 @@ Layout 组件提供 24列栅格,通过在 Col 上添加 span 属性设置列
|
|
|
</nut-col>
|
|
|
</nut-row>
|
|
|
</template>
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
.nut-row {
|
|
|
overflow: hidden;
|
|
|
&:not(:last-child) .nut-col {
|
|
|
@@ -102,7 +102,7 @@ Layout 组件提供 24列栅格,通过在 Col 上添加 span 属性设置列
|
|
|
</nut-col>
|
|
|
</nut-row>
|
|
|
</template>
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
.nut-row {
|
|
|
overflow: hidden;
|
|
|
&:not(:last-child) .nut-col {
|
|
|
@@ -197,7 +197,7 @@ Layout 组件提供 24列栅格,通过在 Col 上添加 span 属性设置列
|
|
|
</nut-col>
|
|
|
</nut-row>
|
|
|
</template>
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
.nut-row {
|
|
|
overflow: hidden;
|
|
|
&:not(:last-child) .nut-col {
|