提交 afb18b7c authored 作者: 刘旭's avatar 刘旭

。。

上级 eb6d7d58
.paperview-input-text {
border: 0;
color: #fafcff;
background-color: #303133;
}
.input-class {
position: relative;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
border-radius: 4px;
box-shadow: 0 0 0 1px #dcdfe6 inset;
padding: 0 10px;
.range-input {
appearance: none;
border: none;
outline: 0;
display: inline-block;
height: 30px;
line-height: 30px;
margin: 0;
padding: 0;
width: 38%;
text-align: center;
font-size: 14px;
color: #606266;
background-color: transparent;
}
.range-separator {
flex: 1;
display: inline-flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 0 5px;
margin: 0;
font-size: 14px;
word-break: keep-all;
color: var(--el-text-color-primary);
}
.range-icon {
position: absolute;
right: 2%;
display: none;
cursor: pointer;
color: #a8abb2;
}
}
.input-class:hover {
box-shadow: 0 0 0 1px #b1b3b8 inset;
}
input::-webkit-input-placeholder {
/* WebKit browsers */
color: #b1b3b8;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #b1b3b8;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #b1b3b8;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #b1b3b8;
}
...@@ -370,5 +370,5 @@ const page = ( ...@@ -370,5 +370,5 @@ const page = (
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import './css/kingdeeLog.scss' @import './styles/kingdeeLog.scss'
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论