Explorar el Código

new project commit

csx hace 5 años
padre
commit
cb2ff71c4a
Se han modificado 2 ficheros con 19 adiciones y 0 borrados
  1. 3 0
      static/css/table_row.css
  2. 16 0
      static/css/tx_from.css

+ 3 - 0
static/css/table_row.css Ver fichero

@@ -0,0 +1,3 @@
1
+.el-table .success-row {
2
+  background: #f5f7fa;
3
+}

+ 16 - 0
static/css/tx_from.css Ver fichero

@@ -0,0 +1,16 @@
1
+
2
+.el-row {
3
+  margin-bottom: 20px;
4
+}
5
+.el-col {
6
+  border-radius: 4px;
7
+}
8
+.el-input{
9
+  width: 120px;
10
+
11
+}
12
+.el-select{
13
+  width: 120px;
14
+
15
+}
16
+