goBackMobile.html 740 B

1234567891011121314
  1. <div style="padding: 10px 20px; font-size:14px;
  2. height: 100%;
  3. box-sizing: border-box!important;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: space-between;">
  7. <div style="height: 30px; line-height: 30px; font-weight: bold">{{$.lp.goBackActivity}}</div>
  8. <div class="activesArea" style="height: inherit; overflow: auto;"></div>
  9. <div style="height: 30px; line-height: 30px;font-weight: bold; margin-top: 10px">{{$.lp.addTaskOpinion}}</div>
  10. <div style="">
  11. <textarea class="addTask_opinion" style="width: 95%; padding:5px; overflow:auto; height: 60px; border-radius: 10px; border: 1px solid #DEDEDE;" type="text" id="resetWork_opinion"></textarea>
  12. </div>
  13. </div>