mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
还原样式调整
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
placeholder="请选择热点标签状态"
|
placeholder="请选择热点标签状态"
|
||||||
:options="hotOptions"
|
:options="hotOptions"
|
||||||
allowClear
|
allowClear
|
||||||
class="centered-select"
|
|
||||||
></a-select>
|
></a-select>
|
||||||
</div>
|
</div>
|
||||||
<div class="select">
|
<div class="select">
|
||||||
@@ -28,7 +27,6 @@
|
|||||||
placeholder="请选择前台公共显示状态"
|
placeholder="请选择前台公共显示状态"
|
||||||
:options="hotOptions"
|
:options="hotOptions"
|
||||||
allowClear
|
allowClear
|
||||||
class="centered-select"
|
|
||||||
></a-select>
|
></a-select>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
@@ -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%);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user