This commit is contained in:
zhaofang
2022-08-31 18:09:18 +08:00
parent b2bc6c9650
commit eb7457e4ac
5 changed files with 95 additions and 73 deletions

View File

@@ -236,6 +236,12 @@ export default {
</script>
<style scoped rel="stylesheet/scss" lang="scss">
::v-deep .el-input__inner{
border-radius: 20px;
border: 1px solid #333333;
border-right: none;
background: rgba(255,255,255,0.12);
}
::v-deep .el-badge__content.is-fixed {
right: 10px;
}
@@ -244,14 +250,8 @@ export default {
// margin: 0 87px;
height: 72px;
display: flex;
// align-items: center;
background: rgba(255,255,255,0.12);
// background-color: #ffffff;
// border-bottom: 1px solid #f0f0f0;
// line-height: 56px;
//width: 100%;
// padding: 5px 0px 0px;
backdrop-filter: blur(10px);
}
.portal-top-nav {
width: 100%;
@@ -316,15 +316,17 @@ export default {
border-radius: 0;
}
::v-deep .el-input-group__append {
padding: 0px 5px;
color: #fff;
background: #588afc;
border: 1px solid #588afc;
border-radius: 0;
// padding: 0px 5px;
// color: #fff;
// background: #588afc;
border: 1px solid #333333;
border-radius: 0 20px 20px 0;
border-left: none;
}
.input-with-select-btn {
font-size: 25px !important;
font-size:18px !important;
color: #333333 !important;
margin: 0 !important;
padding: 0 !important;
}