diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 7f2c6859..796cb246 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -656,6 +656,13 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .gallerySelect.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder { line-height: 5.5rem; } +.ant-select-arrow { + right: 2rem; + width: 1.2rem; + height: 1.2rem; + margin-top: -0.6rem; + font-size: 1.2rem; +} .generalModel_page { width: 100%; height: 100%; diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 59419bf7..c8096b08 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -720,6 +720,13 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte line-height: 5.5rem; } } +.ant-select-arrow{ + right: 2rem; + width: 1.2rem; + height: 1.2rem; + margin-top: -.6rem; + font-size: 1.2rem; +} .generalModel_page {//常用查询列表样式 width: 100%; height: 100%; diff --git a/src/component/Account/frontPage/cancelRenewal.vue b/src/component/Account/frontPage/cancelRenewal.vue index d78ea3f9..f5449753 100644 --- a/src/component/Account/frontPage/cancelRenewal.vue +++ b/src/component/Account/frontPage/cancelRenewal.vue @@ -1,6 +1,6 @@