浏览代码

fix toolbar bad devices config

amenpunk 3 年之前
父节点
当前提交
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
                                     sshTransfer(
40
                                     sshTransfer(
41
                                         sourceFiles: "build/**",
41
                                         sourceFiles: "build/**",
42
                                         removePrefix: "",
42
                                         removePrefix: "",
43
-                                        remoteDirectory: "psicoadmin/",
43
+                                        remoteDirectory: "psicoadmin/"
44
                                     )
44
                                     )
45
                                 ]
45
                                 ]
46
                             )
46
                             )

+ 2 - 24
src/App.css

64
 }
64
 }
65
 
65
 
66
 .MuiContainer-root{
66
 .MuiContainer-root{
67
-    margin-top : 45px !important;
67
+    margin-top : 90px !important;
68
     max-width : 1777px !important;
68
     max-width : 1777px !important;
69
-    padding-left: 0px !important;
70
-    padding-right: 0px !important;
69
+    padding : 0px;
71
 }
70
 }
72
 
71
 
73
 .panel_card{
72
 .panel_card{
191
     display: flex;
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
 .contras_operation{
193
 .contras_operation{
200
     display : flex;
194
     display : flex;
201
     flex-direction:row;
195
     flex-direction:row;
205
     font-size:14px;
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
                     </List>
249
                     </List>
250
                 </Drawer>
250
                 </Drawer>
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', }} > */}
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
                     <Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
252
                     <Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
254
                         <Outlet/>
253
                         <Outlet/>
255
                         <Footer/>
254
                         <Footer/>

+ 4 - 3
src/Css/all.css

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