diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue
index ce10d3e9..04e4853b 100644
--- a/src/views/tag/TagManage.vue
+++ b/src/views/tag/TagManage.vue
@@ -19,7 +19,6 @@
placeholder="请选择热点标签状态"
:options="hotOptions"
allowClear
- class="centered-select"
>
@@ -28,7 +27,6 @@
placeholder="请选择前台公共显示状态"
:options="hotOptions"
allowClear
- class="centered-select"
>
@@ -1341,25 +1339,4 @@ export default {
}
}
-:deep(.centered-select .ant-select-selector) {
- display: flex;
- align-items: center;
- height: 32px;
-}
-
-:deep(.centered-select .ant-select-selection-item),
-:deep(.centered-select .ant-select-selection-placeholder) {
- display: flex;
- align-items: center;
- line-height: 1;
-}
-
-:deep(.centered-select .ant-select-clear),
-:deep(.centered-select .ant-select-arrow) {
- display: flex;
- align-items: center;
- justify-content: center;
- top: 50%;
- transform: translateY(-50%);
-}
\ No newline at end of file