fixed TODO#133611 顧問-內容描述樣式調整
| | |
| | | &.is-disabled { |
| | | .el-textarea__inner { |
| | | color: #222222; |
| | | border: 1px solid #707070; |
| | | |
| | | &::placeholder { |
| | | color: #A7A8AA; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-textarea__inner { |
| | | border: 1px solid #DCDFE6; |
| | | border: 1px solid #707070; |
| | | padding: 10px 20px; |
| | | box-sizing: border-box; |
| | | border-radius: 5px; |
| | |
| | | :key="index" |
| | | >連絡時段{{index + 1 | formatNumber}}:<span>{{ item | formatHopeContactTime}}</span></p> |
| | | </div> |
| | | <div class="memoStyle"> |
| | | <div class="header"> |
| | | <div class="mt-30"> |
| | | <div class="memoTitleStyle"> |
| | | <div class="mdTxt">內容描述</div> |
| | | <div |
| | | class="smTxt text--bold text--primary edit cursor--pointer text--underline" |
| | | class="smTxt text--bold text--primary cursor--pointer text--underline edit" |
| | | @click='isEdit = !isEdit' |
| | | >編輯</div> |
| | | </div> |
| | |
| | | height: 400px; |
| | | } |
| | | } |
| | | .memoStyle { |
| | | margin-top: 30px; |
| | | .header { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-between; |
| | | align-items: flex-end; |
| | | .memoTitleStyle { |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: space-between; |
| | | |
| | | .edit { |
| | | align-self: flex-end; |
| | | } |
| | | } |
| | | .fixed-Height { |