Przeglądaj źródła

实验室看板样式修改

cyy 1 rok temu
rodzic
commit
b3383eb2bb

+ 5 - 6
src/views/business/labManagement/components/tabular.vue

@@ -72,7 +72,7 @@ export default {
                     i.data = {
                     i.data = {
                         number: [i.value],
                         number: [i.value],
                         content: '{nt}',
                         content: '{nt}',
-                        textAlign: 'right',
+                        textAlign: 'center',
                         style: {
                         style: {
                             fill: colorGenerator.next().value,
                             fill: colorGenerator.next().value,
                             fontWeight: 'bold'
                             fontWeight: 'bold'
@@ -132,17 +132,16 @@ export default {
                     width: 33%;
                     width: 33%;
                     .label{
                     .label{
                         text-align: center;
                         text-align: center;
-                        font-size: 16px;
+                        font-size: 14px;
                     }
                     }
                     .count {
                     .count {
                         display: flex;
                         display: flex;
                         align-items: center;
                         align-items: center;
                         justify-content: center;
                         justify-content: center;
                         .flop {
                         .flop {
-                            width: 60px;
-                            height: 40px;
-                            margin-left: -20px;
-                            font-size: 18px;
+                            width: 88px;
+                            height: 35px;
+                            font-size: 14px;
                         }
                         }
                         .unit {
                         .unit {
                             margin-left: 10px;
                             margin-left: 10px;

+ 3 - 3
src/views/business/labManagement/index.vue

@@ -184,12 +184,12 @@ export default {
             .dv-border-box-1 .border-box-content{
             .dv-border-box-1 .border-box-content{
                 height: calc(100vh - 90px);
                 height: calc(100vh - 90px);
                 .vessel{
                 .vessel{
-                    width: 98%;
+                    width: 100%;
                     height: 98%;
                     height: 98%;
-                    padding: 30px 1%;
+                    padding: 30px 0;
                     display: flex;
                     display: flex;
                     .tabular{
                     .tabular{
-                        width: 20%;
+                        width: 30%;
                     }
                     }
                     .merge{
                     .merge{
                         width: 80%;
                         width: 80%;