mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user