Browse Source

样式修改

huangyw 3 years ago
parent
commit
a83c93668d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/xt_pages/stock/stockQuery.vue

+ 2 - 0
src/xt_pages/stock/stockQuery.vue View File

828
 .spanClass .cell tr {
828
 .spanClass .cell tr {
829
   display: inline-block;
829
   display: inline-block;
830
   width: 100%;
830
   width: 100%;
831
+  /* height: 44px; */
831
 }
832
 }
832
 
833
 
833
 .spanClass .cell tr td {
834
 .spanClass .cell tr td {
835
   border-bottom: 1px solid #ebeef5;
836
   border-bottom: 1px solid #ebeef5;
836
   display: block;
837
   display: block;
837
   width: 100%;
838
   width: 100%;
839
+  min-height: 44px;
838
 }
840
 }
839
 .spanClass .cell tr:last-of-type td{
841
 .spanClass .cell tr:last-of-type td{
840
   border-bottom: none;
842
   border-bottom: none;