wrc 2 gadi atpakaļ
vecāks
revīzija
de2349c251
1 mainītis faili ar 7 papildinājumiem un 1 dzēšanām
  1. 7 1
      src/views/project/componens/info6.vue

+ 7 - 1
src/views/project/componens/info6.vue

@@ -206,12 +206,12 @@ thead {
 }
 
 tr {
-  display: flex;
   height: 40px;
 }
 
 th {
   height: 40px;
+  width: 7.69%;
   flex: 1;
   text-align: center;
   border: 1px solid #9c9c9c;
@@ -223,6 +223,12 @@ th {
   text-align: center;
   border: none;
 }
+
+:deep(.el-input__wrapper) {
+  border: none;
+  border-radius: revert;
+}
+
 :deep(.el-input__inner) {
   text-align: center;
 }