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{
display: flex;
align-items: center;
.custom-select :deep(.ant-select-arrow) {
top: 48%;
}
.nanoTitleBoxRFont{
margin-right: 10px;
color: #434343;

View File

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

View File

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