WebPack에 scss와 vue를 사용할 수 있도록 세팅. 현재는 php서버와 코드가 강하게 엮여있기 때문에 vue-cli 대신 수동으로 webpack에 등록. 파일 번들링 경로는 다음과 같음 - scss + style -> css - ts -> js Reviewed-on: https://storage.hided.net/gitea/devsam/core/pulls/189 Co-authored-by: hide_d <hided62@gmail.com> Co-committed-by: hide_d <hided62@gmail.com>
23 lines
284 B
SCSS
23 lines
284 B
SCSS
#inheritance_list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.inherit_padding{
|
|
width: 33%;
|
|
padding: 10px 2px;
|
|
}
|
|
|
|
.inherit_item{
|
|
width: 33%;
|
|
padding: 10px 2px;
|
|
}
|
|
|
|
.col-form-label{
|
|
text-align:right;
|
|
padding-right:2ch;
|
|
}
|
|
|
|
.inherit_value{
|
|
text-align: right;
|
|
} |