qa-prevention-xgf-vue/src/App.vue

28 lines
413 B
Vue

<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style lang="scss" >
.el-step__title {
font-size: 14px !important;
}
.el-step__description{
color: #f2a6a6;
}
label.vue-treeselect__label {
font-weight:unset;
color:#606266;
}
.el-upload-list__item .el-icon-close-tip{
display: none !important;
}
</style>