@ -79,9 +79,13 @@ onMounted(() => {
setWidth();
});
</script>
<style lang="scss">
<style lang="scss" scoped>
//@import url(); 引入公共css类
.form-item {
width: v-bind("width");
&.full {
width: 100%;
}
</style>
@ -74,6 +74,10 @@ onMounted(() => {
width: v-bind('width');
::v-deep .el-input-group__prepend {
@ -106,5 +106,9 @@ onMounted(() => { });
@ -133,9 +133,26 @@ onBeforeUnmount(() => {
color: #424242;
.el-form-item {
:deep(.el-form-item__content) {
display: flex;
align-items: center;
.login-label {
display: inline-block;
min-width: 80px;
margin-right: 12px;
text-align: right;
font-size: 1rem;
color: v-bind('state.style.color');
.login-input {
flex: 1;
::v-deep .el-input__inner {
:deep(.el-input__inner) {
font-size: 2rem;
line-height: 3.5rem;
height: 3.5rem;
@ -195,15 +195,6 @@ body {
color: v-bind("state.style.color");
margin-right: v-bind("state.size.searchMargin");
margin-right: 0px;
:deep(.el-input),
:deep(.el-textarea),
:deep(.el-date-editor),
@ -188,15 +188,6 @@ body {
color: v-bind("state.style.color") !important;