Merge branch 'feature-ui-20221205' into uat

This commit is contained in:
王博冉
2022-12-08 11:37:38 +08:00
3 changed files with 10 additions and 1 deletions

View File

@@ -342,6 +342,9 @@ onUnmounted(()=>{
.nanoTitleBoxR{ .nanoTitleBoxR{
display: flex; display: flex;
align-items: center; align-items: center;
.custom-select :deep(.ant-select-arrow) {
top: 48%;
}
.nanoTitleBoxRFont{ .nanoTitleBoxRFont{
margin-right: 10px; margin-right: 10px;
color: #434343; color: #434343;

View File

@@ -506,6 +506,9 @@ onMounted(() => {
.nanoTitleBoxR { .nanoTitleBoxR {
display: flex; display: flex;
align-items: center; align-items: center;
.custom-select :deep(.ant-select-arrow) {
top: 48%;
}
.nanoTitleBoxRFont { .nanoTitleBoxRFont {
margin-right: 10px; margin-right: 10px;
color: #434343; color: #434343;

View File

@@ -277,7 +277,7 @@ const onClose = ()=>{
visible.value=false visible.value=false
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.nanoBox { .nanoBox {
background: #fff; background: #fff;
width: 100%; width: 100%;
@@ -347,6 +347,9 @@ const onClose = ()=>{
.nanoTitleBoxR{ .nanoTitleBoxR{
display: flex; display: flex;
align-items: center; align-items: center;
.custom-select :deep(.ant-select-arrow) {
top: 48%;
}
.nanoTitleBoxRFont{ .nanoTitleBoxRFont{
margin-right: 10px; margin-right: 10px;
color: #434343; color: #434343;