@ -165,3 +165,30 @@
}
.div_row {
height: 50px;
text-align: center;
line-height: 50px;
/* width: 100px; */
/* background-color: rgb(241, 241, 241); */
&:hover {
color: rgb(2, 119, 173);
font-weight: bold;
text-decoration: underline;
.i_icon {
width: 15px;
height: 15px;
margin-right: 10px;
float: left;
.span_name {
font-size: 18px;
cursor: pointer;
/* color: rgb(37, 156, 235); */
@ -75,7 +75,6 @@
:width="30"
:top="'120px'"
@cancel="diaCancel">
<!-- <div class="div_total"> -->
<div v-for="(item, index) in tableData"
:key="index"
class="div_row">
@ -87,6 +86,7 @@
</c-dialog>
</div>
</template>
<script>
import Cookies from 'js-cookie'
import CDialog from '@c/CDialog'