浏览代码

fix toolbar bad devices config

amenpunk 2 年之前
父节点
当前提交
e2311e1be7
共有 4 个文件被更改,包括 7 次插入29 次删除
  1. 1 1
      Jenkinsfile
  2. 2 24
      src/App.css
  3. 0 1
      src/Components/Dashboard.js
  4. 4 3
      src/Css/all.css

+ 1 - 1
Jenkinsfile

@@ -40,7 +40,7 @@ pipeline {
40 40
                                     sshTransfer(
41 41
                                         sourceFiles: "build/**",
42 42
                                         removePrefix: "",
43
-                                        remoteDirectory: "psicoadmin/",
43
+                                        remoteDirectory: "psicoadmin/"
44 44
                                     )
45 45
                                 ]
46 46
                             )

+ 2 - 24
src/App.css

@@ -64,10 +64,9 @@
64 64
 }
65 65
 
66 66
 .MuiContainer-root{
67
-    margin-top : 45px !important;
67
+    margin-top : 90px !important;
68 68
     max-width : 1777px !important;
69
-    padding-left: 0px !important;
70
-    padding-right: 0px !important;
69
+    padding : 0px;
71 70
 }
72 71
 
73 72
 .panel_card{
@@ -191,11 +190,6 @@
191 190
     display: flex;
192 191
 }
193 192
 
194
-.css-11bfvty-MuiToolbar-root-MuiTablePagination-toolbar{
195
-    padding-top: 10px;
196
-    align-items: baseline !important;
197
-}
198
-
199 193
 .contras_operation{
200 194
     display : flex;
201 195
     flex-direction:row;
@@ -205,19 +199,3 @@
205 199
     font-size:14px;
206 200
 }
207 201
 
208
-
209
-.css-1t29gy6-MuiToolbar-root{
210
-    padding-left: 0px !important;
211
-    padding-right: 0 !important;
212
-}
213
-
214
-.css-12jypm1-MuiToolbar-root {
215
-    padding-left : 20px !important;
216
-}
217
-
218
-.css-hyum1k-MuiToolbar-root{
219
-    padding-left: 0 !important;
220
-    padding-right: 0 !important;
221
-}
222
-
223
-

+ 0 - 1
src/Components/Dashboard.js

@@ -249,7 +249,6 @@ function DashboardContent() {
249 249
                     </List>
250 250
                 </Drawer>
251 251
                 {/* <Box component="main" sx={{ backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[900], flexGrow: 1, height: '100vh', overflow: 'auto', }} > */}
252
-                    <Toolbar />
253 252
                     <Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
254 253
                         <Outlet/>
255 254
                         <Footer/>

+ 4 - 3
src/Css/all.css

@@ -14,8 +14,8 @@
14 14
 body {
15 15
     -webkit-font-smoothing: antialiased;
16 16
     max-width: 100%;
17
-    position: relative;
18
-    margin: 0 auto;
17
+    /* position: relative; */
18
+    /* margin: 0 auto; */
19 19
     font-family: 'gudea' !important;
20 20
     background: #f1f1f1 !important;
21 21
 }
@@ -216,8 +216,9 @@ a.article:hover {
216 216
 .content-section {
217 217
     background-color : #f1f1f1;
218 218
     /* padding: 70px 50px; */
219
-    padding: 70px 10px;
219
+    /* padding: 70px 10px; */
220 220
 }
221
+
221 222
 .nav-item a i{
222 223
     color: #212529;
223 224
 }