bee-table7/demo/demolist/Demo0503.scss

60 lines
871 B
SCSS
Raw Normal View History

2019-04-26 15:12:03 +08:00
.demo0503-m-b {
2019-04-28 14:23:35 +08:00
&.u-modal .u-modal-body {
2019-04-29 12:00:54 +08:00
padding: 16px 0;
background: #f7f9fb;
2019-04-29 12:00:54 +08:00
}
2019-04-26 15:12:03 +08:00
.u-form-group {
overflow: hidden;
}
2019-04-28 14:23:35 +08:00
2019-04-26 15:12:03 +08:00
.u-form-control {
font-size: 12px;
}
.editable-cell {
display: block;
float: left;
2019-04-29 12:00:54 +08:00
width: 265px;
2019-04-26 15:12:03 +08:00
padding-right: 25px;
}
2019-04-29 12:00:54 +08:00
.ref-input-wrap {
width: 240px !important;
}
2019-04-26 15:12:03 +08:00
.u-label {
display: block;
float: left;
text-align: right;
width: 110px;
box-sizing: border-box;
padding-right: 10px;
font-size: 12px;
height: 32px;
line-height: 32px;
.mast {
padding: 0;
2019-04-26 15:12:03 +08:00
color: red;
}
}
2019-04-28 14:23:35 +08:00
2019-04-26 15:12:03 +08:00
.required-icon {
position: absolute;
top: 2px;
color: #F44336;
font-size: 20px;
}
}
.u-editable-table-tp {
z-index: 9999 !important;
2019-04-28 14:23:35 +08:00
2019-04-26 15:12:03 +08:00
.tp-content {
color: #F44336;
}
}
.ref-core-button .u-button:first-child{
margin-right: 8px;
2019-04-26 15:12:03 +08:00
}