付款页面新增按钮

This commit is contained in:
X1627315083
2025-02-17 15:24:01 +08:00
35 changed files with 1209 additions and 188 deletions

View File

@@ -844,6 +844,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
transition: all .3s;
box-sizing: content-box;
border: 1px solid;
height: 100%;
box-sizing: border-box;
.el-cascader__tags,.el-input{
height: 100%;
}
@@ -941,6 +943,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
border-radius: 1rem;
.ant-select-item-option-selected:not(.ant-select-item-option-disabled){
background-color: #f3f3f6;
width: 100%;
overflow: hidden;
box-sizing: border-box;
}
}
@@ -977,6 +982,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
font-size: 1.4rem;
padding: calc(5rem*1.2) calc(6rem*1.2);
position: relative;
}
.fi-rr-down-to-line,.fi-rr-arrow-small-right,.fi-rr-arrow-small-left{
font-size: 2rem;