Commit 29645260 by 李姝悦

修改R字母样式

parent 47c507b5
......@@ -178,13 +178,22 @@ export default {
<style lang="scss" scoped>
.inputBh {
/deep/.el-input-group__prepend {
width: 40px;
text-align: center;
padding: 0;
}
/deep/.el-input__inner {
width: 224px;
}
display: flex;
justify-content: center;
align-items: center;
width: 18px !important;
height: 18px !important;
background: #ECEDF1;
border-radius: 3px;
position: absolute;
margin:11px 8px;
padding:0
}
/deep/.el-input__inner {
// width: 224px;
padding-left: 30px;
}
}
/deep/.el-dialog {
border-radius: 6px;
......
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