
.ant-table-tbody .ant-table-row td[data-v-d992a23c] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#components-layout-demo-custom-trigger .trigger[data-v-d992a23c] {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}


.ant-table-tbody .ant-table-row td[data-v-03e83902]{
  padding-top:10px;
  padding-bottom:10px;
}

.taskList[data-v-76e3e733] {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.taskList .title[data-v-76e3e733] {
  position: relative;
  color: #222;
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
}
.taskList .title[data-v-76e3e733]::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 70%;
  top: 15%;
  background: #FA541Ca6;
  left: 0;
}
.taskRow[data-v-76e3e733] {
  margin-bottom: 16px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 6px;
}
.taskRow > .rowInput[data-v-76e3e733] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 17px;
}
.taskRow > .rowInput > h3[data-v-76e3e733] {
  font-size: 15px;
}


.avatar-uploader > .ant-upload {
	width: 128px;
	height: 128px;
}
.ant-upload-select-picture-card i {
	font-size: 32px;
	color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
	margin-top: 8px;
	color: #666;
}
.add {
	  padding:18px 25px;
	  /* margin: 0 28px 0 0; */
}
.add .ant-card-head{
	  /* background: rgb(241,241,241); */
	  background: #3a71f21f;
	  color: #3a71f2;
}
.add .ant-card-body{
	  border: 1px solid rgb(241,241,241);
}
.add .abs_add{
	  position: absolute;
	  left: -43px;
	  width: 200px;
	  top: 150px;
	  height: 30px;
	  background: #fff;
}
.taskTable input[type="text"],.taskTable .ant-select-selection,.taskTable .ant-input{
	  border: none!important;
	  outline: none!important;
}
.taskTable td{
	  border: 1px solid #eee
}
.taskTable th{
	  border-bottom: 1px solid;
}
.ant-upload.ant-upload-disabled button {
	  background: #eee;
	  cursor: not-allowed;
}
  
