This commit is contained in:
wangshiming
2022-04-20 16:47:57 +08:00
parent d3362c9023
commit 58c709dc21
5 changed files with 231 additions and 110 deletions

View File

@ -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;
}
}
}
}
}
}