@@ -244,19 +244,19 @@
@change="changeOtherData(scope.row)">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -532,9 +532,28 @@ getList()
width: 450px!important;
}
}
-.el-table__cell{
-
+.el-select.serialNumber {
+ border-radius: 6px!important;
+ border: 1px solid #05FEFF!important;
+ background-color: transparent!important;
+ .el-select__wrapper{
+ height: 54px!important;
+ color: #FFFFFF!important;
+ font-size: 40px!important;
+ //height: auto!important;
+ line-height: normal!important;
+ border-radius: 6px!important;
+ border: 1px solid #05FEFF!important;
+ background-color: transparent!important;
+ }
+ .el-select__placeholder {
+ height: 54px;
+ line-height: 54px;
+ color: #FFFFFF;
+ }
}
+
+
.serialNumber-select.el-popper {
background: #064B66 !important;
border: 2px solid #05FEFF !important;
@@ -542,7 +561,9 @@ getList()
.el-select-dropdown {
min-width: 130px !important;
}
-
+ .el-select-dropdown__item.is-hovering{
+ background-color: #064B66 !important;
+ }
.el-select-dropdown__item {
color: #FFFFFF;
border-bottom: 1px solid #05FEFF;
diff --git a/src/views/edit/edit.vue b/src/views/edit/edit.vue
index b6ff4d4..96b1fea 100644
--- a/src/views/edit/edit.vue
+++ b/src/views/edit/edit.vue
@@ -12,15 +12,21 @@