2017-07-19 15:02:51 +08:00
|
|
|
.m-container{
|
|
|
|
background-color: #fff;
|
2017-07-27 15:54:54 +08:00
|
|
|
padding: 24px;
|
2017-07-19 15:02:51 +08:00
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
|
|
border-radius: 4px;
|
2017-07-28 12:04:29 +08:00
|
|
|
min-height: 5rem;
|
2017-07-20 22:24:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-table {
|
|
|
|
text-align: left;
|
|
|
|
margin-top: .16rem;
|
2017-07-19 15:02:51 +08:00
|
|
|
}
|
|
|
|
|
2017-07-18 14:30:33 +08:00
|
|
|
.ant-input-group-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-07-20 00:17:48 +08:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|