# 리포트 작성 시 텍스트 상자를 틀에 맞게 일괄로 수정하기

## Q 문의&#x20;

* 성적서 리포트의 변수 칸의 넓이나 높이가 잘 맞지 않고 어긋나 있습니다. 늘려도 다른 틀에 맞지 않고 어긋나있는데 수정하는 방법이 있을까요?

## A 답변&#x20;

* 해당 현상은 0.1단위로 움직이는 기능을 활성화 시키지 않은 상태로 수정했기 때문에 발생하는 현상입니다.

{% hint style="info" %}
**※ 아이랩 리포트 디자인 화명의 경우 반드시 아래 도구 모음의 2가지 기능을 활성화해놓은 상태로 수정합니다.**
{% endhint %}

![각 프레임을 정수로 고정해주는 기능](/files/-LB_7LAsYyvm1OCjPmUH)

{% hint style="warning" %}
※ 해당 도구 모음의 2가지 기능이 활성화 상태가 아니라면 0.1 단위가 아닌 0.01 단위로 메모 칸, 이미지 칸 등이 움직이기 때문에 서로 다른 프레임(메모 칸, 이미지 칸, 등등)의 간격을 맞추기가 매우 어렵습니다.
{% endhint %}

![틀의 간격이 제대로 맞는 않는 경우](/files/-LB_3OWVPO1IdSgHlIY_)

* 위 그림 같은 경우 0.1단위가 아닌 0.01 단위로 움직여져 있기 때문에 마우스로 메모 칸의 크기를 조절하여도 다른 메모 칸과 어긋나게 됩니다.

![틀어진 셀들을 모두 정숫값으로 맞춰주는 과정](/files/-LB_6GvK8mFrubbTV0FH)

* 어긋나있는 메모 칸들을 Ctrl 키를 누른 상태로 드래그하여 모두 선택
* **②**번을 클릭하여 자동으로 0.1단위로 조정&#x20;

{% hint style="warning" %}
**②**`정수변환` 버튼을 사용하셔도 모든 메모 칸을 같은 크기로 변환시켜주지는 않습니다.
{% endhint %}

* 위의 안내사항대로 0.1단위로 수정한 후에 다시 메모 칸 및 이미지 칸의 위치를 수정합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.ilabs.co.kr/faq/03/03-021.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
