|
@@ -95,9 +95,29 @@ input[type='reset'] {
|
|
}
|
|
}
|
|
#pg-photo-container {
|
|
#pg-photo-container {
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
- height: unset !important;
|
|
|
|
|
|
+ height: unset !important;
|
|
}
|
|
}
|
|
-#pg-photo-container > img{
|
|
|
|
|
|
+#pg-photo-container > img {
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
height: unset !important;
|
|
height: unset !important;
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
+.ant-pro-global-header {
|
|
|
|
+ background: transparent;
|
|
|
|
+ background-image: url(@/assets/header.png);
|
|
|
|
+ background-size: cover;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ margin-inline: 0;
|
|
|
|
+ height: 79px;
|
|
|
|
+}
|
|
|
|
+.ant-pro-layout .ant-layout-header.ant-pro-layout-header {
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ height: 79px;
|
|
|
|
+}
|
|
|
|
+.ant-layout .ant-layout-header {
|
|
|
|
+ height: 79px;
|
|
|
|
+ line-height: 79px;
|
|
|
|
+}
|
|
|
|
+.ant-pro-global-header-logo-mix {
|
|
|
|
+ margin-left: 62px;
|
|
|
|
+}
|
|
|
|
+
|