style: 以下を対応
・「Prev」「Next」ボタンが一覧の項目名と重なっている ・一覧をスクロールするとチェックボックスの幅が変わる
This commit is contained in:
parent
b326bf65a9
commit
46304d5b2c
@ -1,3 +1,9 @@
|
||||
/* Bootstrap 5.10以降、box-sizingのデフォルト値によってテーブルがずれるため、このページ限定的にリセット */
|
||||
/* @see https://bootstrap-guide.com/content/reboot#page-defaults */
|
||||
*, ::after, ::before {
|
||||
box-sizing: initial;
|
||||
}
|
||||
|
||||
body {
|
||||
white-space: nowrap;
|
||||
background-color: LightCyan;
|
||||
@ -75,7 +81,7 @@ table{
|
||||
|
||||
.bioScroll_div {
|
||||
overflow: auto;
|
||||
padding-top: 10px;
|
||||
margin-top: 1%;
|
||||
height: 250px;
|
||||
width: 1132px;
|
||||
}
|
||||
@ -215,7 +221,6 @@ table{
|
||||
.result_tr{
|
||||
overflow-y: scroll;
|
||||
overflow-x: scroll;
|
||||
|
||||
}
|
||||
|
||||
.result_data{
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
/* Bootstrap 5.10以降、box-sizingのデフォルト値によってテーブルがずれるため、このページ限定的にリセット */
|
||||
/* @see https://bootstrap-guide.com/content/reboot#page-defaults */
|
||||
*, ::after, ::before {
|
||||
box-sizing: initial;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: LightCyan;
|
||||
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
@ -39,8 +45,8 @@ table{
|
||||
.scroll_table{
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 2%;
|
||||
/*スクロール時カラムが動く問題の修正 width: 100%;をコメントアウト*/
|
||||
margin-top: 1%;
|
||||
margin-bottom: 1%;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user