完成后端查询员工信息功能
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-15 09:25:52
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-02-28 19:05:15
|
||||
* @FilePath: /deskop_task_schedule/code/web/task_schedule/src/App.vue
|
||||
* @LastEditTime: 2023-02-28 22:15:53
|
||||
* @FilePath: /task_schedule/src/App.vue
|
||||
* @Description:
|
||||
* 应用的框架:
|
||||
* 1、配置el-config-provider,配置为中文。
|
||||
@@ -31,35 +31,5 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.app_wrapper {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: calc(100vh - 60px);
|
||||
/* border: 1px solid brown; */
|
||||
|
||||
/* 布局 */
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.counter_wrapper {
|
||||
width: 500px;
|
||||
margin-top: 1cm;
|
||||
margin-left: auto;
|
||||
margin-right: 1cm;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(250 250 250 / 75%);
|
||||
|
||||
}
|
||||
|
||||
.counter_wrapper:hover {
|
||||
box-shadow: 0px 0px 20px 10px rgb(14 18 22 / 10%);
|
||||
}
|
||||
|
||||
.counter_wrapper span {
|
||||
display: block;
|
||||
font-size: 150px;
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
<style scoped></style>
|
||||
|
||||
|
Reference in New Issue
Block a user