Commit 5b6f5042 authored by huangjie's avatar huangjie

*

parent abbc1fda
......@@ -242,7 +242,11 @@ export default {
width: 120px;
height: 34px;
position: relative;
.rote {
.el-input__inner{
background: #F4F6F9;
}
}
.input-block {
margin: 0;
width: 100%;
......@@ -256,6 +260,9 @@ export default {
>.custom-money-input.el-input {
width: 100%;
height: 100%;
.el-input__inner{
border: 0;
}
>input {
width: 100%;
height: 100%;
......@@ -290,10 +297,9 @@ export default {
font-size: 14px;
color: #666666;
background-color: #fff;
border: 1px solid #E4E7ED;
padding: 6px 0;
border-radius: 4px;
z-index: 10;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
// .arrow {
......
......@@ -248,6 +248,11 @@ export default {
width: 120px;
height: 34px;
.rote {
.el-input__inner{
background: #F4F6F9;
}
}
.input-block {
width: 100%;
height: 100%;
......@@ -261,6 +266,9 @@ export default {
>.custom-time-input.el-input {
width: 100%;
height: 100%;
.el-input__inner{
border: 0;
}
>input {
width: 100%;
height: 100%;
......@@ -295,10 +303,9 @@ export default {
font-size: 14px;
color: #666666;
background-color: #fff;
border: 1px solid #E4E7ED;
padding: 6px 0;
border-radius: 4px;
z-index: 10;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
.option {
padding: 0 24px 0 16px;
......
......@@ -229,7 +229,11 @@ export default {
width: 120px;
height: 34px;
position: relative;
.rote {
.el-input__inner{
background: #F4F6F9;
}
}
.input-block {
margin: 0;
width: 100%;
......@@ -243,6 +247,9 @@ export default {
>.custom-money-input.el-input {
width: 100%;
height: 100%;
.el-input__inner{
border: 0;
}
>input {
width: 100%;
height: 100%;
......@@ -277,10 +284,10 @@ export default {
font-size: 14px;
color: #666666;
background-color: #fff;
border: 1px solid #E4E7ED;
padding: 6px 0;
/*padding: 6px 0;*/
border-radius: 4px;
z-index: 10;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
// .arrow {
......
......@@ -241,6 +241,11 @@ export default {
width: 120px;
height: 34px;
.rote {
.el-input__inner{
background: #F4F6F9;
}
}
.input-block {
width: 100%;
height: 100%;
......@@ -254,13 +259,16 @@ export default {
>.custom-time-input.el-input {
width: 100%;
height: 100%;
.el-input__inner{
border: 0;
}
>input {
width: 100%;
height: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 2px;
border-radius: 4px;
}
}
}
......@@ -283,15 +291,15 @@ export default {
.options-block {
position: absolute;
margin-top: 12px;
margin-top: 6px;
min-width: 120px;
font-size: 14px;
color: #666666;
background-color: #fff;
border: 1px solid #E4E7ED;
padding: 6px 0;
border-radius: 4px;
z-index: 10;
overflow: hidden;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
.option {
padding: 0 24px 0 16px;
......
......@@ -256,6 +256,11 @@ export default {
width: 120px;
height: 34px;
.rote {
.el-input__inner{
background: #F4F6F9;
}
}
.input-block {
width: 100%;
height: 100%;
......@@ -269,6 +274,9 @@ export default {
>.custom-time-input.el-input {
width: 100%;
height: 100%;
.el-input__inner{
border: 0;
}
>input {
width: 100%;
height: 100%;
......@@ -303,10 +311,9 @@ export default {
font-size: 14px;
color: #666666;
background-color: #fff;
border: 1px solid #E4E7ED;
padding: 6px 0;
border-radius: 4px;
z-index: 10;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
.option {
padding: 0 24px 0 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment