Merge branch 'feature-ui-20221205' into uat
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user