|
@@ -337,7 +337,6 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.LoginNav1 {
|
|
|
- // height: 74px;
|
|
|
height: 64px;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
@@ -346,8 +345,8 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
padding: 0px 24px;
|
|
|
z-index: 999;
|
|
|
- // background: #ffffff;
|
|
|
- // box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
|
|
|
+ background: #ffffff;
|
|
|
+ box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
|
|
|
font-family: "sourceR";
|
|
|
.logo {
|
|
|
> img {
|