fork from bc4552c5a8
This commit is contained in:
93
client/containers/Project/Setting/ProjectEnv/index.scss
Normal file
93
client/containers/Project/Setting/ProjectEnv/index.scss
Normal file
@@ -0,0 +1,93 @@
|
||||
.m-env-panel {
|
||||
// padding-top: 8px;
|
||||
min-height: 4.68rem;
|
||||
margin-top: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.project-env{
|
||||
min-height: 4.68rem;
|
||||
.env-icon-style{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.anticon{
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-item{
|
||||
padding: 0 16px;
|
||||
font-size: 13px;
|
||||
line-height: 42px;
|
||||
height: 42px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
.menu-item-checked{
|
||||
background-color: #eef7fe;
|
||||
color: #2395f1;
|
||||
font-size: 14px;
|
||||
margin-right: -1px;
|
||||
border-right: 2px solid #2395f1;
|
||||
}
|
||||
|
||||
.first-menu-item{
|
||||
background-color: #eceef1;
|
||||
}
|
||||
|
||||
.delete{
|
||||
font-size: 20px;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.env-content{
|
||||
border-left: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.ant-menu-item-disabled{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.m-empty-prompt{
|
||||
display: flex;
|
||||
height: 400px;
|
||||
span{
|
||||
margin: auto;
|
||||
font-size: 16px;
|
||||
.anticon {
|
||||
padding-right: 16px;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.env-label{
|
||||
padding-bottom: 8px;
|
||||
a {
|
||||
color: #636363;
|
||||
}
|
||||
}
|
||||
|
||||
.env-last-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.env-name{
|
||||
width: 150px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.btnwrap-changeproject {
|
||||
text-align: center;
|
||||
padding: .16rem 0;
|
||||
background: #fff;
|
||||
background-color: #fff;
|
||||
margin: 0 -.4rem;
|
||||
background-size: 4px 4px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user