@@ -274,7 +274,9 @@ export default {
</script>
<style lang="less">
.AddChemicalAndCommonMappingWrapper {
- min-width: 980px;
+ .AddChemicalAndCommonMappingBox {
+ min-width: 900px;
+ }
color: #606266;
.topBack {
top: 0;
@@ -377,6 +379,7 @@ export default {
background-color: #fff;
margin: 0px 20px;
padding: 20px;
+ min-width: 920px;
.el-button {
position: absolute;
right: 80px;
@@ -605,7 +605,7 @@
overflow: hidden;
}
.conceptItem:hover {
- border: 1px solid #22ccc8;
+ background: #f5f7fa;
.termMiniClassSearch {
z-index: 8
@@ -389,7 +389,7 @@
text-overflow: ellipsis;
li:hover{
- border-color:#22ccc8;
@@ -376,7 +376,7 @@ export default {
li:hover {
- border-color: @adminBase;