dev #251
@ -127,8 +127,8 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
// roof polygon들의 중간점 계산
|
// roof polygon들의 중간점 계산
|
||||||
const roofPolygons = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.ROOF)
|
const roofPolygons = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.ROOF)
|
||||||
let x, y
|
let x, y
|
||||||
x = canvas.width / 2
|
x = 0 //canvas.width / 2
|
||||||
y = canvas.height / 2
|
y = 1000 //canvas.height / 2
|
||||||
|
|
||||||
/*if (roofPolygons.length > 0) {
|
/*if (roofPolygons.length > 0) {
|
||||||
let minX = Infinity,
|
let minX = Infinity,
|
||||||
|
|||||||
@ -150,7 +150,7 @@ $alert-color: #101010;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 5px;
|
width: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -159,7 +159,7 @@ $alert-color: #101010;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 5px;
|
width: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -235,7 +235,7 @@ $alert-color: #101010;
|
|||||||
.modal-foot{
|
.modal-foot{
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 0;
|
padding: 15px 0;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -344,7 +344,7 @@ $alert-color: #101010;
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.input-grid{
|
.input-grid{
|
||||||
@ -646,7 +646,7 @@ $alert-color: #101010;
|
|||||||
.outline-wrap{
|
.outline-wrap{
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
border-top: 1px solid #424242;
|
border-top: 1px solid #424242;
|
||||||
|
|
||||||
.outline-inner{
|
.outline-inner{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -666,7 +666,7 @@ $alert-color: #101010;
|
|||||||
.outline-form{
|
.outline-form{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
span{
|
span{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
flex: none;
|
flex: none;
|
||||||
@ -1311,7 +1311,7 @@ $alert-color: #101010;
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
.circle {
|
.circle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@ -1760,7 +1760,7 @@ $alert-color: #101010;
|
|||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 2px;
|
width: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -1771,7 +1771,7 @@ $alert-color: #101010;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1945,7 +1945,7 @@ $alert-color: #101010;
|
|||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 치수선 설정
|
// 치수선 설정
|
||||||
@ -2232,11 +2232,11 @@ $alert-color: #101010;
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.keraba-flex{
|
.keraba-flex{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -2321,7 +2321,7 @@ $alert-color: #101010;
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.compas-table-box{
|
.compas-table-box{
|
||||||
background-color: #3D3D3D;
|
background-color: #3D3D3D;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user