diff --git a/src/assets/style/style.css b/src/assets/style/style.css index bbeb7bdf..1ca0a1a6 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -774,6 +774,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte transition: all 0.3s; box-sizing: content-box; border: 1px solid; + height: 100%; + box-sizing: border-box; } .generalModel_state .generalModel_state_item .el-cascader .el-cascader__tags, .generalModel_state .generalModel_state_item .el-cascader .el-input { @@ -868,6 +870,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte } .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) { background-color: #f3f3f6; + width: 100%; + overflow: hidden; + box-sizing: border-box; } .generalModel { -moz-user-select: none; diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 0a3b2c37..00c2ac19 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -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; diff --git a/src/component/Account/frontPage/cancelRenewal.vue b/src/component/Account/frontPage/cancelRenewal.vue index f5449753..82a1ab7b 100644 --- a/src/component/Account/frontPage/cancelRenewal.vue +++ b/src/component/Account/frontPage/cancelRenewal.vue @@ -1,6 +1,6 @@