mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
fix some bug
This commit is contained in:
@@ -1,68 +1,85 @@
|
||||
|
||||
.ChooseBlock
|
||||
{
|
||||
display:flex;
|
||||
line-height: 32px;
|
||||
#leftBlock {
|
||||
flex: 1;
|
||||
padding-left: 9px;
|
||||
padding-right: 9px;
|
||||
border-right: 1px solid #EEEEEE;
|
||||
}
|
||||
|
||||
.CName
|
||||
{
|
||||
width:130px;
|
||||
font-weight: 700;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
#rightBlock {
|
||||
flex: 2;
|
||||
padding-left: 15px;
|
||||
padding-right: 9px;
|
||||
}
|
||||
|
||||
.CValues
|
||||
{
|
||||
display:flex;
|
||||
justify-content: flex-start;
|
||||
align-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
.CNameBlock {
|
||||
font-weight: 700;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
input
|
||||
.inlineAlign {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
line-height:normal;
|
||||
}
|
||||
|
||||
.CNameIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.CArrow
|
||||
{
|
||||
margin-left: 20px;
|
||||
margin-right: 6px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-image: url(../img/pull.svg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
float: right;
|
||||
transition: transform 0.3s ease;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.CArrow.active {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.CValues {
|
||||
padding: 8px;
|
||||
background-color: #F8F8F8;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#ItemSelectArea
|
||||
{
|
||||
flex: 0 0 40px;
|
||||
height:40px;
|
||||
border-top: 1px solid #4479FB; /* y96 */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.inputIndent { margin-left: 8px;}
|
||||
|
||||
.checkboxText {
|
||||
width: 212px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#ItemSelectArea .SmallBtn
|
||||
{
|
||||
margin-left:5px;
|
||||
/* right block */
|
||||
.SelectAll {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
#ItemBlockArea
|
||||
{
|
||||
display:flex;
|
||||
overflow-x:auto;
|
||||
flex-wrap:wrap;
|
||||
flex-direction: column;
|
||||
justify-content:flex-start;
|
||||
align-items: flex-start;
|
||||
align-content:flex-start;
|
||||
line-height: 32px;
|
||||
height: 100%;
|
||||
flex:1 0 236px;
|
||||
#ItemBlockArea {
|
||||
column-count: 2;
|
||||
column-gap: 16px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.MItem
|
||||
{
|
||||
min-width: 220px;
|
||||
height: 32px;
|
||||
.cols > *{
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
|
||||
@@ -94,7 +111,7 @@ input
|
||||
|
||||
#NoticeBar
|
||||
{
|
||||
background-color:#4479FB; /* y96 */
|
||||
background-color:#00B35C;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #fff;
|
||||
@@ -117,7 +134,7 @@ input
|
||||
#SystemFilamentsArea
|
||||
{
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#CFilament_Btn_Area
|
||||
@@ -148,7 +165,7 @@ input
|
||||
height: calc(100% - 6px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 6px solid #4479FB;
|
||||
border-bottom: 6px solid #4479fb;
|
||||
}
|
||||
|
||||
#Title div.TitleUnselected
|
||||
|
||||
Reference in New Issue
Block a user