You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
459 B
35 lines
459 B
:host
|
|
height 100%
|
|
|
|
.container
|
|
display table
|
|
margin-top 24px
|
|
|
|
.menu
|
|
display table-cell
|
|
width 240px
|
|
border 1px solid #eeeeee;
|
|
|
|
.content
|
|
display table-cell
|
|
padding 24px
|
|
width calc(100% - 240px)
|
|
|
|
.seach{
|
|
display flex
|
|
align-items center
|
|
width 100%
|
|
}
|
|
.form-item{
|
|
display flex
|
|
align-items center
|
|
margin-left 20px
|
|
}
|
|
.form-label{
|
|
width 80px
|
|
}
|
|
::ng-deep{
|
|
.ant-select{
|
|
width 100px
|
|
}
|
|
}
|
|
|