2017-08-11 17:47:25 +08:00
|
|
|
.ant-tabs-bar {
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m-panel{
|
2017-08-10 21:20:57 +08:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 24px;
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
|
|
border-radius: 4px;
|
|
|
|
min-height: 5rem;
|
2017-08-11 17:47:25 +08:00
|
|
|
margin-top: 0;
|
2017-08-10 21:20:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ant-input-group-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dynamic-delete-button {
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #999;
|
|
|
|
transition: all .3s;
|
|
|
|
}
|
|
|
|
.dynamic-delete-button:hover {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
.dynamic-delete-button[disabled] {
|
|
|
|
cursor: not-allowed;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|