springboot怎么把数据传给前端:springboot 如何引入前端 bootstrap?
这种问题网上一搜一大堆,你可以具体找一篇文章试试,遇到问题可以针对相关问题去提问。springboot通过jar包方式引入bootstrap_个人文章 - SegmentFault 思否 这不是查查就
顺晟科技
2022-10-19 13:23:56
186
我有一个表,我想在表开始溢出的地方添加一个框阴影,在右边。 尝试向表添加框影,但不起作用。
非常感谢帮助。
我的代码:jsfiddle
我的CSS:
#res_table
{
border-collapse: separate;
border-spacing: 4vw 4vh;
font-family: 'Heebo-Light';
display: block;
overflow-x: scroll;
white-space: nowrap;
}
#table_wrapper
{
position: absolute;
width: 20vw;
height: 80vh;
overflow-y: visible;
justify-content:center;
font-size: 2.5vh;
margin-left: 10vw;
}
#res_table td, th
{
text-align: center;
white-space: nowrap;
border-top-width: 0px;
}
#res_table td > div
{
height: 7vh;
line-height: 7vh;
}
#res_table tr
{
box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.2);
}
.cancel_res
{
position: fixed;
overflow-x: hidden;
width: 15vw;
margin-left: 2vw;
font-size: 2vh;
box-shadow: 0 0 1vw grey;
border-radius: 2vh;
margin-top: 2vh;
}
#res_table td.cancel_res > div
{
height: 3vh;
line-height: 3vh;
}
顺晟科技:
我已经解决了这个问题。 刚刚将box-shadow添加到表的父div中,它就起作用了。
我真傻……
05
2022-12
02
2022-12
02
2022-12
29
2022-11
29
2022-11
24
2022-11