Commit 5876f8ba authored by 刘怀志's avatar 刘怀志

test

parent c9cdb135
......@@ -48,7 +48,7 @@ color: #333333;"
<div class="tip-green" />
<div
style="padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;font-weight: bold;color: #333333;"
>宠物信息2
>宠物信息
</div>
</div>
<!-- 1-- 宠物基本信息的页面--内部信息 -->
......@@ -2555,6 +2555,17 @@ export default {
</style>
<style lang="scss">
.medical-edit {
/*全部的回显框宽度限制*/
.medical-detail__form {
.el-form-item {
margin-right: 0 !important;
}
.el-form-item__content {
.el-input, .el-select {
width: 100% !important;
}
}
}
// 表格中输入框样式
.el-table {
.el-form-item {
......@@ -2605,30 +2616,6 @@ export default {
}
}
/*全部的回显框宽度限制*/
.medical-detail__form {
.el-form-item {
margin-right: 0 !important;
}
.el-form-item__content {
.el-input, .el-select {
width: 100% !important;
}
.el-select ::v-deep .el-input {
width: 100% !important;
}
.half {
width: 50% !important;
}
.half__-5px {
width: calc(50% - 5px) !important;
}
}
}
//1--基本信息--模块内信息整体样式
.base-msg {
color: #666666;
......
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