|
@@ -19,9 +19,11 @@ export default {
|
|
|
min-height: 100vh;
|
|
|
background-color: #f4f5f6;
|
|
|
}
|
|
|
-.zap-bg{
|
|
|
+
|
|
|
+.zap-bg {
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
+
|
|
|
.zap-padding {
|
|
|
padding: 0 30px;
|
|
|
}
|
|
@@ -33,12 +35,15 @@ export default {
|
|
|
.zap-padding-end {
|
|
|
padding-right: 25px;
|
|
|
}
|
|
|
-.zap-padding-bottom{
|
|
|
+
|
|
|
+.zap-padding-bottom {
|
|
|
padding-bottom: 25px !important;
|
|
|
}
|
|
|
-.zap-padding-top{
|
|
|
+
|
|
|
+.zap-padding-top {
|
|
|
padding-top: 25px !important;
|
|
|
}
|
|
|
+
|
|
|
.zap-margin-top {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
@@ -113,12 +118,14 @@ export default {
|
|
|
margin: 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.zap-title {
|
|
|
padding: 25px;
|
|
|
font-size: 16px;
|
|
|
color: #333333;
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
+
|
|
|
.zap-title__prefix {
|
|
|
display: inline-block;
|
|
|
margin-right: 10px;
|
|
@@ -126,6 +133,7 @@ export default {
|
|
|
height: 20px;
|
|
|
background-color: #4280f2;
|
|
|
}
|
|
|
+
|
|
|
.zap-upload-invoice .el-dialog__header {
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -191,7 +199,8 @@ export default {
|
|
|
font-size: 12px;
|
|
|
color: #999999;
|
|
|
}
|
|
|
-.zap-upload-invoce__inner{
|
|
|
+
|
|
|
+.zap-upload-invoce__inner {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
@@ -199,6 +208,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+
|
|
|
.zap-form {
|
|
|
padding: 0 25px;
|
|
|
background-color: #ffffff;
|
|
@@ -207,21 +217,57 @@ export default {
|
|
|
.zap-table ::v-deep .el-form-item__content {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
.zap-accounts-receivable {
|
|
|
- height: 36px;
|
|
|
- .label {
|
|
|
- font-size: 12px;
|
|
|
- color: #999999;
|
|
|
- }
|
|
|
- .value {
|
|
|
- font-size: 14px;
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
+ height: 36px;
|
|
|
+
|
|
|
+ .label {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+
|
|
|
+ .value {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333333;
|
|
|
+ }
|
|
|
}
|
|
|
-.el-table__fixed::before, .el-table__fixed-right::before{
|
|
|
+
|
|
|
+.el-table__fixed::before,
|
|
|
+.el-table__fixed-right::before {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
-.el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th{
|
|
|
+
|
|
|
+.el-table .el-table__header-wrapper th,
|
|
|
+.el-table .el-table__fixed-header-wrapper th {
|
|
|
background-color: #F6F9FF;
|
|
|
}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-info,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-parimary,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-waring,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-plain {
|
|
|
+ min-width: 36px;
|
|
|
+ height: 24px;
|
|
|
+ line-height: 24px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 6px;
|
|
|
+ font-size: 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-plain{
|
|
|
+ color: #333333;
|
|
|
+ border: 1px solid #EBEBEB;
|
|
|
+}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-waring{
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #FFB700;
|
|
|
+}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-parimary{
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #4280F2;
|
|
|
+}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-info{
|
|
|
+ color: #999999;
|
|
|
+ background-color: #EBEBEB;
|
|
|
+}
|
|
|
</style>
|