springboot怎么把数据传给前端:springboot 如何引入前端 bootstrap?
这种问题网上一搜一大堆,你可以具体找一篇文章试试,遇到问题可以针对相关问题去提问。springboot通过jar包方式引入bootstrap_个人文章 - SegmentFault 思否 这不是查查就
顺晟科技
2022-10-19 12:33:36
180
我有以下Callendar的实现:
但是在小屏幕(360x640)中,列似乎没有顺序:
我如何使它在小屏幕尺寸下也均匀间隔? 我想要的是一个表格外观,增长,缩小,均匀,无颜色的屏幕大小。 你知道我怎么做到这一点吗?
顺晟科技:
需要在.btn类中重置填充。添加到这些类和。
CSS
将以下代码添加到CSS
.btn-etable {
color: #fff;
background-color: #d92b3a;
border-color: #d92b3a;
}
.btn-etable:hover,
.btn-etable.selected {
color: #d92b3a;
background-color: #fff;
border-color: #d92b3a;
}
.btn-ppl {
width: 48px;
height: 48px;
margin: 2px;
}
.callendar {
display: flex;
align-items: stretch;
flex-direction: column;
width: 100%;
}
.week,
.callendar_header {
display: flex;
align-items: stretch;
flex-direction: row;
justify-content: stretch;
}
.callendar_header {
order: "-1"
}
.callendar_header span {
width: 48px;
margin: 1px;
text-align: center;
flex-grow: 1;
}
.callendar-item,
.blank {
width: 48px;
flex-grow: 1;
margin: 1px;
}
将解决!
05
2022-12
02
2022-12
02
2022-12
29
2022-11
29
2022-11
24
2022-11