html的css里面设置了justify-content space-between现在如何单独取消
可以在该元素的样式中添加 justify-content: initial; 来单独取消 justify-content: space-between; 的效果。这会将该元素的 justify-content 属性重置为默认值。
原文地址: http://www.cveoy.top/t/topic/fR7F 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
可以在该元素的样式中添加 justify-content: initial; 来单独取消 justify-content: space-between; 的效果。这会将该元素的 justify-content 属性重置为默认值。
原文地址: http://www.cveoy.top/t/topic/fR7F 著作权归作者所有。请勿转载和采集!