Prechádzať zdrojové kódy

添加隐藏输入框控件样式

DESKTOP-2S67K1S\31396 2 rokov pred
rodič
commit
5b146e7019
1 zmenil súbory, kde vykonal 15 pridanie a 9 odobranie
  1. 15 9
      src/common/main.scss

+ 15 - 9
src/common/main.scss

@@ -18,19 +18,19 @@
 .el-button--delete.is-active,
 .el-button--delete.is-active,
 .el-button--delete:active,
 .el-button--delete:active,
 .el-button--delete:focus,
 .el-button--delete:focus,
-.el-button--delete:hover{
+.el-button--delete:hover {
   background: none;
   background: none;
   color: #f56c6c;
   color: #f56c6c;
 }
 }
 
 
-.el-button--delete.is-disabled, 
-.el-button--delete.is-disabled:hover, 
-.el-button--delete.is-disabled:focus{
+.el-button--delete.is-disabled,
+.el-button--delete.is-disabled:hover,
+.el-button--delete.is-disabled:focus {
   background: transparent;
   background: transparent;
 }
 }
 
 
-/* 分页透明样式 */ 
-.el-pagination{
+/* 分页透明样式 */
+.el-pagination {
   text-align: center;
   text-align: center;
   margin: 16px 0;
   margin: 16px 0;
 }
 }
@@ -54,14 +54,14 @@
   color: rgba(0, 0, 0, 0.65);
   color: rgba(0, 0, 0, 0.65);
 }
 }
 
 
-.el-pagination.is-background .el-pager li:not(.disabled).active{
+.el-pagination.is-background .el-pager li:not(.disabled).active {
   background: none;
   background: none;
   border: 1px solid #1890ff;
   border: 1px solid #1890ff;
   color: #1890ff;
   color: #1890ff;
 }
 }
 
 
 /* 表单按钮 */
 /* 表单按钮 */
-.form-btn{
+.form-btn {
   margin-left: 100px;
   margin-left: 100px;
 }
 }
 
 
@@ -73,6 +73,12 @@
 /* 级联选择器 */
 /* 级联选择器 */
 .el-select,
 .el-select,
 .el-range-editor--medium.el-input__inner,
 .el-range-editor--medium.el-input__inner,
-.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
+.el-date-editor--datetimerange.el-input,
+.el-date-editor--datetimerange.el-input__inner {
   width: 100%;
   width: 100%;
+}
+
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+  -webkit-appearance: none;
 }
 }