|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
- <div class="PubTagGroupWrapper">
|
|
|
+ <div class="PubIndeptWrapper">
|
|
|
<el-form
|
|
|
- class="groups"
|
|
|
+ class="indeptGroups"
|
|
|
:rules="rules"
|
|
|
ref="groups"
|
|
|
:model="form"
|
|
@@ -410,7 +410,7 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
- .groups {
|
|
|
+ .indeptGroups {
|
|
|
background-color: #fff;
|
|
|
padding: 20px;
|
|
|
margin: 20px 20px -20px 20px;
|
|
@@ -460,9 +460,37 @@
|
|
|
position: absolute;
|
|
|
left: 220px;
|
|
|
min-width: 300px;
|
|
|
- color: #ea7777;
|
|
|
+ color: #22ccc8 ;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
+ .ages {
|
|
|
+ display: inline-block;
|
|
|
+ .el-form-item__content {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+ .el-input {
|
|
|
+ display: inline-block;
|
|
|
+ width: auto;
|
|
|
+ .el-input__inner {
|
|
|
+ width: 60px;
|
|
|
+ padding: 0 5px;
|
|
|
+ margin-right: 25px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input__inner::-webkit-outer-spin-button,
|
|
|
+ .el-input__inner::-webkit-inner-spin-button {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input__inner[type="number"] {
|
|
|
+ -moz-appearance: textfield;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .maxAges {
|
|
|
+ margin-left: -125px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
|