返佣
This commit is contained in:
@ -1,46 +1,46 @@
|
||||
:host {
|
||||
::ng-deep {
|
||||
nz-card {
|
||||
|
||||
nz-card {
|
||||
|
||||
.pr {
|
||||
position: relative;
|
||||
}
|
||||
.pa {
|
||||
position: absolute;
|
||||
top : 50px;
|
||||
left : 150px;
|
||||
top: 50px;
|
||||
left: 150px;
|
||||
}
|
||||
.pa2 {
|
||||
position: absolute;
|
||||
top: 28px;
|
||||
left: 180px;
|
||||
}
|
||||
.tips {
|
||||
display : flex;
|
||||
.tips {
|
||||
display: flex;
|
||||
margin-bottom: 0;
|
||||
color : #333;
|
||||
color: #333;
|
||||
|
||||
dt {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
dd {
|
||||
width : 190px;
|
||||
width: 190px;
|
||||
margin-bottom: 0;
|
||||
text-align : center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.form-title {
|
||||
margin-bottom: 10px;
|
||||
padding-left : 8px;
|
||||
color : #333;
|
||||
font-weight : 700;
|
||||
font-size : 18px;
|
||||
line-height : 20px;
|
||||
border-left : solid 3px #1890ff;
|
||||
padding-left: 8px;
|
||||
color: #333;
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
border-left: solid 3px #1890ff;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.ant-form-item {
|
||||
@ -51,21 +51,31 @@
|
||||
nz-input-number {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.ant-input-borderless{
|
||||
padding: 0;
|
||||
padding-top: 4px;
|
||||
color: black;
|
||||
resize:none;
|
||||
}
|
||||
.setCustom .ant-form-item-control{
|
||||
margin-left: -100px !important
|
||||
}
|
||||
.borderImg{
|
||||
border: solid 1px #ebf0fb;
|
||||
}
|
||||
.input-back {
|
||||
nz-form-item {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
|
||||
.ant-form-item-label {
|
||||
flex: 0 !important;
|
||||
}
|
||||
|
||||
.ant-form-item-control {
|
||||
max-width : 100% !important;
|
||||
max-width: 100% !important;
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user