浏览代码

Merge remote-tracking branch 'origin/feature/v4.9.21' into feature/v4.9.21

duxin 1 年之前
父节点
当前提交
5a66e72e36

+ 4 - 0
src/web/staticres/electronic_invoice/css/check_invoice.css

@@ -71,6 +71,10 @@
   background: rgba(0, 0, 0, 0.12);
   border-radius: 50%;
 }
+.white_shadow .el-iconfont:hover{
+  background-color: #EAF8FA;
+  color: #2ABED1;
+}
 .el-icon-arrow-left, .el-icon-arrow-right{
   font-size: 20px;
 }

+ 1 - 0
src/web/staticres/electronic_invoice/css/invoice.css

@@ -69,6 +69,7 @@ input::placeholder, textarea::placeholder{
   width: 180px;
   height: 46px;
   background-color: #2ABED1;
+  border: none;
   color: #FFFFFF;
   font-size: 16px;
 }