测开之路六十四:UI测试平台之前端页面

{% extends "base.html" %}

{% block script %}
<!-- 引入js文件,需要在base.html留入口,不然渲染会出问题。 -->
<script src="/automation/static/automation.js"></script>
{% endblock %}

{% block content %}
<div class="container" style="background-color: #F6F6F6">
<div class="row">
<label>用例名称:</label>
<input ; font-size: 15px'>{% endblock %}

相关文章:

  • 2022-01-30
  • 2021-05-18
  • 2021-12-23
  • 2021-10-17
  • 2021-06-03
  • 2021-08-27
  • 2021-10-13
  • 2021-10-11
猜你喜欢
  • 2021-12-11
  • 2021-07-04
  • 2021-09-07
  • 2021-09-15
  • 2021-11-15
  • 2022-01-12
  • 2022-02-27
相关资源
相似解决方案