Commit e913656d authored by 沈翠玲's avatar 沈翠玲

排班日历左侧样式优化

parent 29450d3c
......@@ -5,6 +5,7 @@
<el-radio-group v-model="selectedType" class="x-fillitem el-group-list" @change="onSelected">
<el-radio-button
v-for="(item, index) in teamList"
:title="item"
:key="index"
:label="item"
>{{item}}</el-radio-button>
......@@ -158,6 +159,12 @@ export default {
<style>
.el-aside-cal {
max-height: 700px;
padding: 0;
}
.el-aside-cal .el-radio-button__inner {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.grid-content{
padding: 5px 0;
......
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